Skip to content

Commit

Permalink
fix(charts): bump router's livenessProbe initial delay
Browse files Browse the repository at this point in the history
  • Loading branch information
kmala committed Oct 24, 2016
1 parent b9c67e9 commit 646b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/router/templates/router-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
httpGet:
path: /healthz
port: 9090
initialDelaySeconds: 1
initialDelaySeconds: 10
timeoutSeconds: 1
readinessProbe:
httpGet:
Expand Down

0 comments on commit 646b1c6

Please sign in to comment.