Skip to content

Commit

Permalink
adjusting podmonitor to servicemonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarsilva948 committed Jun 3, 2024
1 parent 64a02b8 commit fc6bd5a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bootstrap/terraform/values/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ prometheus:
podMetricsEndpoints:
- port: "metrics"
selector: {}
additionalServiceMonitors:
- name: "argocd"
namespaceSelector:
matchNames:
- "argocd"
podMetricsEndpoints:
endpoints:
- port: "metrics"
selector: {}
selector:
matchLabels:
prometheus.io/scrape: "true"
grafana:
service:
type: "LoadBalancer"
Expand Down

0 comments on commit fc6bd5a

Please sign in to comment.