apps/stalwart/stalwart-fresh-deployment.yaml aktualisiert
Try to fix the health check restart issue with a different endpoint
This commit is contained in:
parent
20a9581b40
commit
2a89be6707
1 changed files with 3 additions and 3 deletions
|
|
@ -140,7 +140,7 @@ spec:
|
|||
cpu: "2000m"
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /healthz/live
|
||||
port: 8080
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
|
|
@ -148,7 +148,7 @@ spec:
|
|||
failureThreshold: 6
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /healthz/live
|
||||
port: 8080
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
|
|
@ -156,7 +156,7 @@ spec:
|
|||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /healthz/ready
|
||||
port: 8080
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue