fix(k8s/authelia): add startupProbe to PostgreSQL for crash recovery tolerance
This commit is contained in:
@@ -25,5 +25,11 @@ spec:
|
|||||||
adminPasswordKey: POSTGRES_ADMIN_PASSWORD
|
adminPasswordKey: POSTGRES_ADMIN_PASSWORD
|
||||||
userPasswordKey: POSTGRES_PASSWORD
|
userPasswordKey: POSTGRES_PASSWORD
|
||||||
primary:
|
primary:
|
||||||
|
startupProbe:
|
||||||
|
enabled: true
|
||||||
|
initialDelaySeconds: 10
|
||||||
|
periodSeconds: 10
|
||||||
|
failureThreshold: 30
|
||||||
|
timeoutSeconds: 5
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: authelia-db
|
existingClaim: authelia-db
|
||||||
|
|||||||
Reference in New Issue
Block a user