Add CoreDNS config

This commit is contained in:
Daniel Cosme
2026-05-01 18:05:02 -04:00
parent bda5a09fc6
commit 23f2977f80
6 changed files with 30 additions and 6474 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: coredns-custom
namespace: kube-system
data:
tailscale.server: |
ts.net:53 {
errors
cache 30
forward . 100.100.100.100
}