This commit is contained in:
ITO Mac
2026-06-08 22:05:08 +02:00
parent 18351de07d
commit bd2a005469

View File

@@ -29,9 +29,9 @@ spec:
readinessProbe:
exec:
command:
- pg_isready
- -U
- $(POSTGRES_USER)
- sh
- -c
- pg_isready -U "$POSTGRES_USER" -d "$POSTGRES_DB"
initialDelaySeconds: 5
periodSeconds: 10
volumes: