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

From: Aruna Manivannan <aruna(dot)manivannan(at)gmail(dot)com>
To: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(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 14:42:48
Message-ID: CAOeu6=KkwOqWG4xHsCm80O9LUE+HnZtYvgF5XmCXML0t75c5bA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Yogesh,
Thanks for your response. Will use it and let you know the result. Thank
you again.

Regards,
Arun

On Tue, Apr 11, 2023 at 1:58 AM Yogesh Mahajan <
yogesh(dot)mahajan(at)enterprisedb(dot)com> wrote:

> 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-12 08:29:01 Re: Kerberos Authentication to Postgres from PGADMIN in IPA REALM
Previous Message Khushboo Vashi 2023-04-11 10:09:55 Re: Kerberos Authentication to Postgres from PGADMIN in IPA REALM