about summary refs log tree commit diff
path: root/bundles/authelia/files
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-23 14:15:43 +0100
committerRobert Günzler <r@gnzler.io>2026-02-23 14:15:43 +0100
commitea480a5c4f33dd1fc066b85c956c7b066d3b37e0 (patch)
treef8b2e9bdf9a3fd3a9e579dea475ed5d4f126d3ac /bundles/authelia/files
parent0183d50b184738bf0d10688c11c024d2756d2b80 (diff)
authelia: healthcheck
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/authelia/files')
-rw-r--r--bundles/authelia/files/kube.yaml6
1 files changed, 5 insertions, 1 deletions
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