Merge "Enable CoreDNS prometheus metrics plugin"

This commit is contained in:
Zuul 2019-01-28 09:32:41 +00:00 committed by Gerrit Code Review
commit f241da6a80
1 changed files with 2 additions and 1 deletions

View File

@ -68,6 +68,7 @@ data:
kubernetes ${DNS_CLUSTER_DOMAIN} ${PORTAL_NETWORK_CIDR} ${PODS_NETWORK_CIDR} { kubernetes ${DNS_CLUSTER_DOMAIN} ${PORTAL_NETWORK_CIDR} ${PODS_NETWORK_CIDR} {
pods verified pods verified
} }
prometheus :9153
proxy . /etc/resolv.conf proxy . /etc/resolv.conf
cache 30 cache 30
} }
@ -98,7 +99,7 @@ spec:
operator: "Exists" operator: "Exists"
containers: containers:
- name: coredns - name: coredns
image: ${_dns_prefix}coredns:1.0.1 image: ${_dns_prefix}coredns:1.3.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: [ "-conf", "/etc/coredns/Corefile" ] args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts: volumeMounts: