Skip to content

Commit

Permalink
Reduce timeoutSeconds for startupProbe
Browse files Browse the repository at this point in the history
Amend kubelet-density-cni and kubelet-density-cni-networkpolicy
examples for finer granularity.

Signed-off-by: Sai Sindhur Malleni <[email protected]>
  • Loading branch information
smalleni authored and rsevilla87 committed May 3, 2022
1 parent 83bc67e commit a41faf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- "-c"
- "curl ${WEBSERVER_HOSTNAME}:${WEBSERVER_PORT}"
periodSeconds: 1
timeoutSeconds: 60
timeoutSeconds: 1
failureThreshold: 600
restartPolicy: Always
replicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- "-c"
- "curl ${WEBSERVER_HOSTNAME}:${WEBSERVER_PORT}"
periodSeconds: 1
timeoutSeconds: 60
timeoutSeconds: 1
failureThreshold: 600
restartPolicy: Always
replicas: 1
Expand Down

0 comments on commit a41faf6

Please sign in to comment.