bug: add metrics port to service, matching ports on pods (#112)

This commit is contained in:
Brian Christie 2018-11-27 17:03:15 +00:00 committed by Chris O'Haver
parent bbf9284adc
commit ff5e7d0c89

View file

@ -170,3 +170,6 @@ spec:
- name: dns-tcp
port: 53
protocol: TCP
- name: metrics
port: 9153
protocol: TCP