Add hostname value to override pod's hostname (#7386)
This commit is contained in:
parent
af745bd97d
commit
e53a11e839
3 changed files with 9 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ controller:
|
|||
# Optionally customize the pod dnsConfig.
|
||||
dnsConfig: {}
|
||||
|
||||
# Optionally customize the pod hostname.
|
||||
hostname: {}
|
||||
|
||||
# Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'.
|
||||
# By default, while using host network, name resolution uses the host's DNS. If you wish nginx-controller
|
||||
# to keep resolving names inside the k8s network, use ClusterFirstWithHostNet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue