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:
parent
456596710e
commit
593a9a262d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue