Skip to content

Commit

Permalink
revert: "refactor: reducing initial boot delay"
Browse files Browse the repository at this point in the history
This reverts commit 715b48e.
  • Loading branch information
deimosfr committed Oct 17, 2018
1 parent 8224a01 commit 47ed811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ spec:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 300
initialDelaySeconds: 30
periodSeconds: 10
livenessProbe:
tcpSocket:
port: 443
initialDelaySeconds: 300
initialDelaySeconds: 30
periodSeconds: 10
securityContext:
privileged: true
Expand Down

0 comments on commit 47ed811

Please sign in to comment.