remove per query logging, dont expose metrics at service

This commit is contained in:
Chris O'Haver 2017-12-20 16:35:13 -05:00
parent 23252c7c79
commit 2e1f37c33f

View file

@ -48,7 +48,6 @@ data:
Corefile: | Corefile: |
.:53 { .:53 {
errors errors
log
health health
kubernetes CLUSTER_DOMAIN SERVICE_CIDR POD_CIDR { kubernetes CLUSTER_DOMAIN SERVICE_CIDR POD_CIDR {
pods insecure pods insecure
@ -98,9 +97,6 @@ spec:
- containerPort: 53 - containerPort: 53
name: dns-tcp name: dns-tcp
protocol: TCP protocol: TCP
- containerPort: 9153
name: metrics
protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /health path: /health
@ -139,6 +135,3 @@ spec:
- name: dns-tcp - name: dns-tcp
port: 53 port: 53
protocol: TCP protocol: TCP
- name: metrics
port: 9153
protocol: TCP