pg fix
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user