authentik: remove temp custom probes
This commit is contained in:
@@ -15,35 +15,6 @@ authentik:
|
|||||||
service:
|
service:
|
||||||
labels:
|
labels:
|
||||||
metrics_enabled: "true"
|
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:
|
worker:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user