Skip to content

Commit

Permalink
refactor(stunner): Adjust probe periods in legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Jan 2, 2024
1 parent 16f5b53 commit 3ddc3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/stunner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ stunner:
path: /live
port: 8086
initialDelaySeconds: 0
periodSeconds: 5
periodSeconds: 15
readinessProbe:
httpGet:
path: /ready
port: 8086
initialDelaySeconds: 0
periodSeconds: 5
periodSeconds: 15
terminationGracePeriodSeconds: 3600

configWatcher:
Expand Down

0 comments on commit 3ddc3a9

Please sign in to comment.