apps(pocketid): Added liveness probe

This commit is contained in:
2025-06-04 11:30:37 +02:00
parent 89f632ef5d
commit 28b8874a49

View File

@@ -39,4 +39,17 @@ spec:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
type: RuntimeDefault
livenessProbe:
httpGet:
path: /healthz
port: 1411
initialDelaySeconds: 10
failureThreshold: 3
periodSeconds: 90
startupProbe:
httpGet:
path: /healthz
port: 1411
failureThreshold: 30
periodSeconds: 10