mirror of https://git.rancher.io/rke2-charts
Remove hostNetwork change
Signed-off-by: Derek Nola <derek.nola@suse.com>pull/278/head
parent
b1eb59a8ee
commit
5dfd3f5ea8
|
@ -44,7 +44,7 @@
|
|||
|
||||
# -- Process IngressClass per name (additionally as per spec.controller).
|
||||
ingressClassByName: false
|
||||
@@ -81,18 +78,18 @@
|
||||
@@ -81,7 +78,7 @@
|
||||
# their own *-snippet annotations, otherwise this is forbidden / dropped
|
||||
# when users add those annotations.
|
||||
# Global snippets in ConfigMap are still respected
|
||||
|
@ -53,11 +53,7 @@
|
|||
|
||||
# -- Required for use with CNI based kubernetes installations (such as ones set up by kubeadm),
|
||||
# since CNI and hostport don't mix yet. Can be deprecated once https://github.com/kubernetes/kubernetes/issues/23920
|
||||
# is merged
|
||||
- hostNetwork: false
|
||||
+ hostNetwork: true
|
||||
|
||||
## Use host ports 80 and 443
|
||||
@@ -92,7 +89,7 @@
|
||||
## Disabled by default
|
||||
hostPort:
|
||||
# -- Enable 'hostPort' or not
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.1.0/ingress-nginx-4.1.0.tgz
|
||||
packageVersion: 03
|
||||
packageVersion: 04
|
||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||
releaseCandidateVersion: 00
|
||||
|
|
Loading…
Reference in New Issue