diff --git a/kubernetes/infrastructure/controllers/authelia/postgres-release.yaml b/kubernetes/infrastructure/controllers/authelia/postgres-release.yaml index 2dc239e..e0fcdb0 100644 --- a/kubernetes/infrastructure/controllers/authelia/postgres-release.yaml +++ b/kubernetes/infrastructure/controllers/authelia/postgres-release.yaml @@ -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