Re: How to set Liveness & Readiness probe for pgadmin running in Kubernetes - Mailing list pgadmin-support

From Yogesh Mahajan
Subject Re: How to set Liveness & Readiness probe for pgadmin running in Kubernetes
Date
Msg-id CAMa=N=OcpKb0gRO5Q-Vqux6LH92No6GgGPo4u7W4mW0+FZoeVA@mail.gmail.com
Whole thread Raw
In response to How to set Liveness & Readiness probe for pgadmin running in Kubernetes  (Aruna Manivannan <aruna.manivannan@gmail.com>)
Responses Re: How to set Liveness & Readiness probe for pgadmin running in Kubernetes  (Aruna Manivannan <aruna.manivannan@gmail.com>)
List 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.manivannan@gmail.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

pgadmin-support by date:

Previous
From: Aruna Manivannan
Date:
Subject: How to set Liveness & Readiness probe for pgadmin running in Kubernetes
Next
From: Gregory McKaige
Date:
Subject: Kerberos Authentication to Postgres from PGADMIN in IPA REALM