Skip to content

Commit

Permalink
refactor: reducing initial boot delay
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed Oct 17, 2018
1 parent d6b428a commit 715b48e
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: 30
initialDelaySeconds: 300
periodSeconds: 10
livenessProbe:
tcpSocket:
port: 443
initialDelaySeconds: 30
initialDelaySeconds: 300
periodSeconds: 10
securityContext:
privileged: true
Expand Down

0 comments on commit 715b48e

Please sign in to comment.