Add metrics service to kube-dns (#3852)

Metrics port is exposed through a service for CoreDNS but not for kube-dns.
This commit is contained in:
Julien C 2018-12-10 10:45:00 +01:00 committed by Kubernetes Prow Robot
parent 456596710e
commit 593a9a262d

View file

@ -20,3 +20,6 @@ spec:
- name: dns-tcp
port: 53
protocol: TCP
- name: metrics
port: 10055
protocol: TCP