Skip to content

Commit

Permalink
fix(monitoring): enable podmonitoring autodiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 12, 2024
1 parent 4c8aef6 commit 7f36be2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions registry/components/monitoring/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ spec:
limits:
cpu: 500m
memory: 1200Mi
podMonitorSelectorNilUsesHelmValues: true
podMonitorSelector:
matchLabels:
prometheus: enabled
podMonitorNamespaceSelector:
matchLabels:
prometheus: enabled
additionalScrapeConfigs:
- job_name: garden
static_configs:
Expand Down

0 comments on commit 7f36be2

Please sign in to comment.