Skip to content

Commit

Permalink
[MOD] default initialDelaySeconds for livenessProbe and readnessProbe
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jun 14, 2024
1 parent cedd97b commit 15fe0dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,13 @@ livenessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 30

readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 30

autoscaling:
enabled: false
Expand Down

0 comments on commit 15fe0dc

Please sign in to comment.