Skip to content

Commit

Permalink
fix: update windows liveness timeout to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 committed Jan 24, 2024
1 parent ce3b3b0 commit 23ac223
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ spec:
- cmd
- /c
- C:\opt\microsoft\scripts\livenessprobe.cmd
periodSeconds: 15
periodSeconds: 60
initialDelaySeconds: 300
timeoutSeconds: 15
timeoutSeconds: 60
failureThreshold: 3
- name: addon-token-adapter-win
command:
Expand Down

0 comments on commit 23ac223

Please sign in to comment.