apps(pocketid): Added liveness probe
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user