mirror of https://git.rancher.io/rke2-charts
Redo watchIngressWithoutClass change
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/488/head
parent
d27490c642
commit
ed19f869e7
|
@ -27,7 +27,7 @@
|
||||||
# -- Configures the ports that the nginx-controller listens on
|
# -- Configures the ports that the nginx-controller listens on
|
||||||
containerPort:
|
containerPort:
|
||||||
http: 80
|
http: 80
|
||||||
@@ -70,14 +66,14 @@
|
@@ -70,7 +66,7 @@
|
||||||
# -- Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'.
|
# -- 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
|
# 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.
|
# to keep resolving names inside the k8s network, use ClusterFirstWithHostNet.
|
||||||
|
@ -36,14 +36,6 @@
|
||||||
# -- Bare-metal considerations via the host network https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network
|
# -- Bare-metal considerations via the host network https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network
|
||||||
# Ingress status was blank because there is no Service exposing the Ingress-Nginx Controller in a configuration using the host network, the default --publish-service flag used in standard cloud setups does not apply
|
# Ingress status was blank because there is no Service exposing the Ingress-Nginx Controller in a configuration using the host network, the default --publish-service flag used in standard cloud setups does not apply
|
||||||
reportNodeInternalIp: false
|
reportNodeInternalIp: false
|
||||||
# -- Process Ingress objects without ingressClass annotation/ingressClassName field
|
|
||||||
# Overrides value for --watch-ingress-without-class flag of the controller binary
|
|
||||||
# Defaults to false
|
|
||||||
- watchIngressWithoutClass: false
|
|
||||||
+ watchIngressWithoutClass: true
|
|
||||||
# -- Process IngressClass per name (additionally as per spec.controller).
|
|
||||||
ingressClassByName: false
|
|
||||||
# -- This configuration enables Topology Aware Routing feature, used together with service annotation service.kubernetes.io/topology-mode="auto"
|
|
||||||
@@ -96,7 +92,7 @@
|
@@ -96,7 +92,7 @@
|
||||||
## Disabled by default
|
## Disabled by default
|
||||||
hostPort:
|
hostPort:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.10.1/ingress-nginx-4.10.1.tgz
|
url: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.10.1/ingress-nginx-4.10.1.tgz
|
||||||
packageVersion: 01
|
packageVersion: 02
|
||||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue