mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
Merge pull request #40 from chrisohaver/cleanup
kubernetes: no query logging, don't expose metrics at service
This commit is contained in:
commit
73d04f12cf
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||||
|
@ -102,9 +101,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
|
||||||
|
@ -143,6 +139,3 @@ 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