mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01: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
|
||||
port: 53
|
||||
protocol: TCP
|
||||
- name: metrics
|
||||
port: 9153
|
||||
protocol: TCP
|
||||
|
|
Loading…
Reference in a new issue