This commit is contained in:
2026-05-16 19:49:38 +02:00
parent 302705d374
commit 73ef3a6e12

View File

@@ -67,21 +67,17 @@ spec:
livenessProbe: livenessProbe:
exec: exec:
command: command:
- pg_isready - sh
- -U - -c
- $(POSTGRES_USER) - pg_isready -U "$POSTGRES_USER" -d vaultwarden
- -d
- vaultwarden
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
exec: exec:
command: command:
- pg_isready - sh
- -U - -c
- $(POSTGRES_USER) - pg_isready -U "$POSTGRES_USER" -d vaultwarden
- -d
- vaultwarden
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 5 periodSeconds: 5
resources: resources: