Add hostNetwork option for NGINX Deployment (#9084)

This commit is contained in:
Hayden James
2022-02-22 02:24:20 -05:00
committed by GitHub
parent 20518092eb
commit 1ea6684a73
4 changed files with 7 additions and 2 deletions

View File

@@ -138,6 +138,9 @@ nodeAffinityPreset:
## Note: podAffinityPreset, podAntiAffinityPreset, and nodeAffinityPreset will be ignored when it's set
##
affinity: {}
## @param hostNetwork Specify if host network should be enabled for NGINX pod
##
hostNetwork: false
## @param nodeSelector Node labels for pod assignment. Evaluated as a template.
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##