Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rouke-broersma authored Sep 26, 2024
1 parent 1eb15be commit c9eca85
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions apps/monitoring/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ kube-prometheus-stack:

prometheus:
prometheusSpec:
probeSelectorNilUsesHelmValues: false
scrapeConfigSelectorNilUsesHelmValues: false
ruleSelectorNilUsesHelmValues: false
podMonitorSelectorNilUsesHelmValues: false
probeSelector:
matchLabels: null
scrapeConfigSelector:
matchLabels: null
ruleSelector:
matchLabels: null
podMonitorSelector:
matchLabels: null
serviceMonitorSelector:
matchLabels: null
replicas: 2
Expand Down

0 comments on commit c9eca85

Please sign in to comment.