Skip to content

Commit

Permalink
Patch coredns service for E2E cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
acopar committed May 6, 2024
1 parent 123d23a commit a846f0f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions e2e/k3d/patched_coredns.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: coredns
namespace: kube-system
data:
Corefile: |
.:53 {
log
errors
health {
lameduck 5s
}
ready
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
fallthrough in-addr.arpa ip6.arpa
ttl 30
}
prometheus :9153
hosts {
172.18.0.2 local.genialis.io
172.18.0.2 host.minikube.internal
fallthrough
}
forward . /etc/resolv.conf {
max_concurrent 1000
}
cache 30
loop
reload
loadbalance
}

0 comments on commit a846f0f

Please sign in to comment.