From 1f6e4db7fb0a5ce989f52c150d0a725972f20e08 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Thu, 5 Jan 2023 20:40:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=BA=20authelia=20probes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/default/authelia/app/helmrelease.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/kubernetes/apps/default/authelia/app/helmrelease.yaml b/kubernetes/apps/default/authelia/app/helmrelease.yaml index 793a3b4af..d832c63d6 100644 --- a/kubernetes/apps/default/authelia/app/helmrelease.yaml +++ b/kubernetes/apps/default/authelia/app/helmrelease.yaml @@ -43,10 +43,25 @@ spec: main: ports: http: - port: 8888 + port: &port 8888 metrics: enabled: true port: 8080 + probes: + liveness: &probes + enabled: true + custom: true + spec: + httpGet: + path: /api/health + port: *port + initialDelaySeconds: 0 + periodSeconds: 10 + timeoutSeconds: 1 + failureThreshold: 3 + readiness: *probes + startup: + enabled: false serviceMonitor: main: enabled: true