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: readinessProbe:
exec: exec:
command: command:
- pg_isready - sh
- -U - -c
- $(POSTGRES_USER) - pg_isready -U "$POSTGRES_USER" -d "$POSTGRES_DB"
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10
volumes: volumes: