From c2f8178b118b470cc51a784c203c886cf2ef3e3b Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 4 Mar 2026 16:12:07 -0500 Subject: [PATCH] authentik: remove temp custom probes --- authentik/values.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index 86cdeeb..2b671fe 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -15,35 +15,6 @@ authentik: service: labels: metrics_enabled: "true" - livenessProbe: - failureThreshold: 3 - initialDelaySeconds: 5 - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 10 - httpGet: - path: "{{ .Values.authentik.web.path }}-/health/live/" - port: http - - readinessProbe: - failureThreshold: 3 - initialDelaySeconds: 5 - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 10 - httpGet: - path: "{{ .Values.authentik.web.path }}-/health/ready/" - port: http - - startupProbe: - failureThreshold: 60 - initialDelaySeconds: 5 - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 10 - httpGet: - path: "{{ .Values.authentik.web.path }}-/health/live/" - port: http worker: replicas: 3 volumeMounts: