mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02:00
bug: add metrics port to service, matching ports on pods (#112)
This commit is contained in:
parent
bbf9284adc
commit
ff5e7d0c89
1 changed files with 3 additions and 0 deletions
|
@ -170,3 +170,6 @@ spec:
|
||||||
- name: dns-tcp
|
- name: dns-tcp
|
||||||
port: 53
|
port: 53
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- name: metrics
|
||||||
|
port: 9153
|
||||||
|
protocol: TCP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue