diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:15:43 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:15:43 +0100 |
| commit | ea480a5c4f33dd1fc066b85c956c7b066d3b37e0 (patch) | |
| tree | f8b2e9bdf9a3fd3a9e579dea475ed5d4f126d3ac /bundles/authelia | |
| parent | 0183d50b184738bf0d10688c11c024d2756d2b80 (diff) | |
authelia: healthcheck
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/authelia')
| -rw-r--r-- | bundles/authelia/files/kube.yaml | 6 |
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 |