From 31680f83c77d8773d76e7a77109be1f1ff1409b8 Mon Sep 17 00:00:00 2001 From: Oleksandr Berezovskyi Date: Mon, 23 Mar 2026 22:48:52 +0200 Subject: [PATCH] fix(k8s/authelia): add startupProbe to PostgreSQL for crash recovery tolerance --- .../controllers/authelia/postgres-release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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