mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
Add prometheus scrape port (#80)
This commit is contained in:
parent
034dbf7d0e
commit
e45da69fab
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ metadata:
|
||||||
name: kube-dns
|
name: kube-dns
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
annotations:
|
annotations:
|
||||||
|
prometheus.io/port: "9153"
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
labels:
|
labels:
|
||||||
k8s-app: kube-dns
|
k8s-app: kube-dns
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue