Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
prometheus: Add external-dns port in servicemonitor metrics endpoint (#…
Browse files Browse the repository at this point in the history
…618)

Co-authored-by: Sam Tran <[email protected]>
  • Loading branch information
gracedo and samvantran authored Oct 24, 2020
1 parent c703a0a commit 238ec3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion addons/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
# on the cluster, this hack will trigger re-queue on Addons until one exists.
kubeaddons.mesosphere.io/hack-requires-defaultstorageclass: "true"
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "0.38.1-16"
catalog.kubeaddons.mesosphere.io/addon-revision: "0.38.1-17"
appversion.kubeaddons.mesosphere.io/prometheus-operator: "0.38.1"
appversion.kubeaddons.mesosphere.io/prometheus: "2.19.2"
appversion.kubeaddons.mesosphere.io/alertmanager: "0.20.0"
Expand Down Expand Up @@ -94,6 +94,9 @@ spec:
interval: 30s
- port: monitoring
interval: 30s
# Service port for external-dns
- targetPort: 7979
interval: 30s
# Service port for Thanos Querier, running in Kommander.
# If we ever add a Kommander-specific Prometheus, this
# endpoint should be removed and added to that Prometheus's
Expand Down

0 comments on commit 238ec3c

Please sign in to comment.