k3s/namespaces/kube-system/kustomization.yaml

15 lines
324 B
YAML
Raw Normal View History

2026-04-20 17:52:37 -04:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
configMapGenerator:
- name: coredns-custom
namespace: kube-system
options:
disableNameSuffixHash: true
literals:
- |
tailnet.server=leechpepin.tailnet:53 {
forward . 100.100.100.100
cache 30
}