Skip to content

Commit

Permalink
set evaluationInterval/scrapeInterval to prevent empty prometheus conf
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Oct 24, 2023
1 parent c940ee5 commit 0151f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ kube-prometheus-stack:
apiserverConfig: {}
disableCompaction: false
enableAdminAPI: false
evaluationInterval: ""
evaluationInterval: "30s"
externalLabels: {}
externalUrl: ""
excludedFromEnforcement: []
Expand Down Expand Up @@ -746,7 +746,7 @@ kube-prometheus-stack:
operator: NotIn
values:
- rancher-monitoring
scrapeInterval: "60s"
scrapeInterval: "30s"
scrapeTimeout: "10s"
securityContext:
fsGroup: 2000
Expand Down

0 comments on commit 0151f3e

Please sign in to comment.