We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0416d commit 8e74b1bCopy full SHA for 8e74b1b
templates/helm/values.yaml.tpl
@@ -31,8 +31,11 @@ deployment:
31
# Specifies the hostname of the Pod.
32
# If not specified, the pod's hostname will be set to a system-defined value.
33
hostNetwork: false
34
- # Which dnsPolicy to set?
35
- # See: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
+ # Set DNS policy for the pod.
+ # Defaults to "ClusterFirst".
36
+ # Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'.
37
+ # To have DNS options set along with hostNetwork, you have to specify DNS policy
38
+ # explicitly to 'ClusterFirstWithHostNet'.
39
dnsPolicy: ClusterFirst
40
extraVolumes: []
41
extraVolumeMounts: []
0 commit comments