Skip to content

Commit

Permalink
fix: add coredns-custom configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Apr 19, 2024
1 parent d6aa352 commit 17c083c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,14 @@ spec:
cpu: "10m"
limits:
memory: "100Mi"
cpu: "50m"
cpu: "50m"

---

apiVersion: v1
kind: ConfigMap
metadata:
name: coredns-custom
namespace: kube-system
data:
hairpinproxy.include: ""

0 comments on commit 17c083c

Please sign in to comment.