Skip to content

Commit

Permalink
Increase livenessProbe and readinessProbe interval and timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed May 1, 2019
1 parent a17305c commit 9fa7f8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@ spec:
containerPort: 8001
protocol: TCP
livenessProbe:
periodSeconds: 20
timeoutSeconds: 5
httpGet:
path: /healthz
port: 8000
readinessProbe:
periodSeconds: 20
timeoutSeconds: 8
httpGet:
path: /readiness
port: 8000
Expand Down

0 comments on commit 9fa7f8a

Please sign in to comment.