Skip to content

Commit

Permalink
Add default startupProbe value + description on use case
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmo13 committed Oct 3, 2023
1 parent db990c8 commit 7065330
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/prometheus-adapter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ readinessProbe:
initialDelaySeconds: 30
timeoutSeconds: 5

# Configure startup probe
# Use if prometheus-adapter takes a long time to finish startup e.g. polling a lot of API versions in cluster
startupProbe: {}

rules:
default: true

Expand Down

0 comments on commit 7065330

Please sign in to comment.