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:
committed by
Kubernetes Prow Robot
parent
456596710e
commit
593a9a262d
@ -20,3 +20,6 @@ spec:
|
|||||||
- name: dns-tcp
|
- name: dns-tcp
|
||||||
port: 53
|
port: 53
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- name: metrics
|
||||||
|
port: 10055
|
||||||
|
protocol: TCP
|
||||||
|
Reference in New Issue
Block a user