Skip to content
Snippets Groups Projects
Commit 593a9a26 authored by Julien C's avatar Julien C Committed by Kubernetes Prow Robot
Browse files

Add metrics service to kube-dns (#3852)

Metrics port is exposed through a service for CoreDNS but not for kube-dns.
parent 45659671
No related branches found
No related tags found
No related merge requests found
...@@ -20,3 +20,6 @@ spec: ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment