about summary refs log tree commit diff
diff options
context:
space:
mode:
-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