Skip to content

Commit

Permalink
feat(observability): Update selector to new format.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbnis committed Sep 26, 2024
1 parent 1a3f64c commit f881022
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions apps/observability/kube-prometheus-stack.helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,12 @@ spec:
prometheus:
prometheusSpec:
retention: 90d
podMonitorSelectorNilUsesHelmValues: false
serviceMonitorSelectorNilUsesHelmValues: false
ruleSelectorNilUsesHelmValues: false
podMonitorSelector:
matchLabels: null
serviceMonitorSelector:
matchLabels: null
ruleSelector:
matchLabels: null
storageSpec:
volumeClaimTemplate:
spec:
Expand Down

0 comments on commit f881022

Please sign in to comment.