From ea480a5c4f33dd1fc066b85c956c7b066d3b37e0 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:15:43 +0100 Subject: authelia: healthcheck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/authelia/files/kube.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bundles/authelia/files/kube.yaml b/bundles/authelia/files/kube.yaml index 7afa74a..425eeb8 100644 --- a/bundles/authelia/files/kube.yaml +++ b/bundles/authelia/files/kube.yaml @@ -50,7 +50,11 @@ spec: mountPath: /data - name: notifier mountPath: /notifier - livenessProbe: null + livenessProbe: + exec: + command: + - /app/healthcheck.sh + initialDelaySeconds: 3 resources: requests: cpu: 50m -- cgit 1.4.1