1
0
Fork 0
mirror of https://gitlab.com/shouptech/flux.git synced 2026-02-03 17:09:45 +00:00

Add coredns configmap

This commit is contained in:
Emma 2020-02-26 18:44:53 -07:00
parent 3d73855758
commit 7420d2f054
No known key found for this signature in database
GPG key ID: 68434BFE85360755

View file

@ -0,0 +1,30 @@
apiVersion: v1
kind: ConfigMap
metadata:
labels:
addonmanager.kubernetes.io/mode: EnsureExists
k8s-app: kube-dns
name: coredns
namespace: kube-system
data:
Corefile: |
.:53 {
errors
health {
lameduck 5s
}
ready
log . {
class error
}
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
fallthrough in-addr.arpa ip6.arpa
}
prometheus :9153
forward . 10.30.14.1
cache 30
loop
reload
loadbalance
}