Re: How to set Liveness & Readiness probe for pgadmin running in Kubernetes

From: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
To: Aruna Manivannan <aruna(dot)manivannan(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: How to set Liveness & Readiness probe for pgadmin running in Kubernetes
Date: 2023-04-11 05:57:34
Message-ID: CAMa=N=OcpKb0gRO5Q-Vqux6LH92No6GgGPo4u7W4mW0+FZoeVA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Aruna,

You can use 'misc/ping' to monitor health checks.
E.g.

pgadmin:
image: dpage/pgadmin4
healthcheck:
test: ["CMD", "wget", "-O", "-", "http://localhost:80/misc/ping"]

Thanks,
Yogesh Mahajan
EnterpriseDB

On Tue, Apr 11, 2023 at 2:20 AM Aruna Manivannan <aruna(dot)manivannan(at)gmail(dot)com>
wrote:

> Hi Team,
> This is Arun. Could you please help me with setting up a Liveness &
> Readiness probe for pgadmin4 6.17 which is running in the Kubernetes
> cluster as Statefulset. I mean, is there any URL endpoint which I can
> configure to hit? Thanks.
>
> Regards,
> Arun
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Gregory McKaige 2023-04-11 07:46:44 Kerberos Authentication to Postgres from PGADMIN in IPA REALM
Previous Message Aruna Manivannan 2023-04-10 19:08:21 How to set Liveness & Readiness probe for pgadmin running in Kubernetes