fix: ensure dnsproxy is set, clean default values

This commit is contained in:
Stefan Reimer 2025-05-30 00:06:57 +00:00
parent f379bd03d1
commit cf23a008e9

View File

@ -63,13 +63,16 @@ cilium:
enabled: false
#rollOutCiliumPods: true
k8sServiceHost: localhost
k8sServicePort: 6443
kubeProxyReplacement: true
k8s:
# This has to be set to the DNS name of all API servers
# For example "https://192.168.0.1:6443 https://192.168.0.2:6443"
apiServerURLs: ""
k8sServiceHost: auto
k8sServicePort: auto
dnsProxy:
enableTransparentMode: true
# k8s:
# # This has to be set to the DNS name of all API servers
# # For example "https://192.168.0.1:6443 https://192.168.0.2:6443"
# apiServerURLs: ""
cgroup:
autoMount: