Skip to content

Commit

Permalink
Add custom liveness param
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jul 31, 2024
1 parent e50e356 commit 80967c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80967c1

Please sign in to comment.