Skip to content

Commit

Permalink
Add label selectors for monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jan 24, 2025
1 parent 5aa2aca commit 3520d84
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,17 @@ prometheus:
resources:
requests:
storage: 50Gi
podMonitorSelector:
matchNames:
monitoring: true
podMonitorNamespaceSelector:
matchNames:
monitoring: true
serviceMonitorSelector:
matchLabels:
monitoring: true
serviceMonitorNamespaceSelector:
matchNames:
monitoring: true


0 comments on commit 3520d84

Please sign in to comment.