mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-20 11:58:39 +00:00
Set dns policy to ClusterFirstWithHostNet
Signed-off-by: Lee Briggs <lee@leebriggs.co.uk>
This commit is contained in:
parent
3e708bddc5
commit
e0963cb117
@ -26,7 +26,7 @@ spec:
|
||||
spec:
|
||||
{{- if .Values.operatorConfig.hostNetwork.enabled }}
|
||||
hostNetwork: true
|
||||
dnsPolicy: {{ .Values.operatorConfig.hostNetwork.dnsPolicy }}
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
{{- end }}
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
@ -45,7 +45,6 @@ operatorConfig:
|
||||
# Optional host network configuration. Likely only needed for public Kubernetes nodes
|
||||
hostNetwork:
|
||||
enabled: false
|
||||
dnsPolicy: ClusterFirstWithHostNet # Common options: ClusterFirst, ClusterFirstWithHostNet, Default
|
||||
|
||||
image:
|
||||
# Repository defaults to DockerHub, but images are also synced to ghcr.io/tailscale/k8s-operator.
|
||||
|
Loading…
x
Reference in New Issue
Block a user