From 0f389e13a8a805b5c25f67389de3853f780b42fc Mon Sep 17 00:00:00 2001 From: shodan Date: Mon, 30 Mar 2026 18:23:48 +0000 Subject: [PATCH] . --- authentik/authentik.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/authentik/authentik.yaml b/authentik/authentik.yaml index c6f4099..9bb04a4 100644 --- a/authentik/authentik.yaml +++ b/authentik/authentik.yaml @@ -270,18 +270,30 @@ spec: httpGet: path: /-/health/ready/ port: 9000 + scheme: HTTP + initialDelaySeconds: 20 + periodSeconds: 10 + timeoutSeconds: 10 + failureThreshold: 12 + livenessProbe: httpGet: path: /-/health/live/ port: 9000 - initialDelaySeconds: 30 + scheme: HTTP + initialDelaySeconds: 60 periodSeconds: 20 + timeoutSeconds: 10 + failureThreshold: 6 + startupProbe: httpGet: path: /-/health/live/ port: 9000 - failureThreshold: 30 + scheme: HTTP periodSeconds: 10 + timeoutSeconds: 10 + failureThreshold: 30 volumes: - name: authentik-media persistentVolumeClaim: