Add CoreDNS config
This commit is contained in:
12
infrastructure/hydra/coredns-config.yaml
Normal file
12
infrastructure/hydra/coredns-config.yaml
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user