Add metrics service to kube-dns (#3852)
Metrics port is exposed through a service for CoreDNS but not for kube-dns.pull/3882/head
parent
456596710e
commit
593a9a262d
|
@ -20,3 +20,6 @@ spec:
|
|||
- name: dns-tcp
|
||||
port: 53
|
||||
protocol: TCP
|
||||
- name: metrics
|
||||
port: 10055
|
||||
protocol: TCP
|
||||
|
|
Loading…
Reference in New Issue