Merge pull request #40 from chrisohaver/cleanup

kubernetes:  no query logging, don't expose metrics at service
This commit is contained in:
Chris O'Haver 2018-01-04 11:46:11 -05:00 committed by GitHub
commit 73d04f12cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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