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
|
||||
userPasswordKey: POSTGRES_PASSWORD
|
||||
primary:
|
||||
startupProbe:
|
||||
enabled: true
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
timeoutSeconds: 5
|
||||
persistence:
|
||||
existingClaim: authelia-db
|
||||
|
||||
Reference in New Issue
Block a user