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:
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: