Skip to content

Commit

Permalink
Add selectors for monitored apps
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jan 29, 2025
1 parent ffb9bb7 commit 4a0f711
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/install-prometheus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ prometheus:
resources:
requests:
storage: 50Gi
podMonitorSelector:
matchLabels:
monitored: "true"
podMonitorNamespaceSelector:
matchLabels:
monitored: "true"
serviceMonitorSelector:
matchLabels:
monitored: "true"
serviceMonitorNamespaceSelector:
matchLabels:
monitored: "true"
EOF


Expand Down

0 comments on commit 4a0f711

Please sign in to comment.