From 80967c1ef40583a03334632122707bda0d3bb8e6 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Thu, 1 Aug 2024 01:49:05 +0530 Subject: [PATCH] Add custom liveness param --- scripts/test/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/values.yaml b/scripts/test/values.yaml index 495760f34..6ef26b4aa 100644 --- a/scripts/test/values.yaml +++ b/scripts/test/values.yaml @@ -4,7 +4,7 @@ postgresql: command: - /bin/sh - -c - - exec pg_isready -U "postgres" -h 127.0.0.1 -p 5432 + - exec pg_isready -U "postgres" -h postgres-postgresql.default.svc.cluster.local -p 5432 initialDelaySeconds: 120 timeoutSeconds: 120 periodSeconds: 120