This commit is contained in:
2026-03-30 18:23:48 +00:00
parent 60082d4c9e
commit 0f389e13a8

View File

@@ -270,18 +270,30 @@ spec:
httpGet: httpGet:
path: /-/health/ready/ path: /-/health/ready/
port: 9000 port: 9000
scheme: HTTP
initialDelaySeconds: 20
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 12
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /-/health/live/ path: /-/health/live/
port: 9000 port: 9000
initialDelaySeconds: 30 scheme: HTTP
initialDelaySeconds: 60
periodSeconds: 20 periodSeconds: 20
timeoutSeconds: 10
failureThreshold: 6
startupProbe: startupProbe:
httpGet: httpGet:
path: /-/health/live/ path: /-/health/live/
port: 9000 port: 9000
failureThreshold: 30 scheme: HTTP
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 30
volumes: volumes:
- name: authentik-media - name: authentik-media
persistentVolumeClaim: persistentVolumeClaim: