docs(website): ensure nginx internal is set to watch ingresses without class set
This commit is contained in:
@@ -25,6 +25,7 @@ Please note the IP variables that need to be set to your specific configuration
|
|||||||
metallb.io/loadBalancerIPs: ${NGINX_INTERNAL_IP}
|
metallb.io/loadBalancerIPs: ${NGINX_INTERNAL_IP}
|
||||||
metallb.universe.tf/ip-allocated-from-pool: main
|
metallb.universe.tf/ip-allocated-from-pool: main
|
||||||
ingressClassByName: true
|
ingressClassByName: true
|
||||||
|
watchIngressWithoutClass: true
|
||||||
ingressClassResource:
|
ingressClassResource:
|
||||||
name: internal
|
name: internal
|
||||||
default: true
|
default: true
|
||||||
@@ -78,6 +79,7 @@ Please note the IP variables that need to be set to your specific configuration
|
|||||||
metallb.io/loadBalancerIPs: ${NGINX_EXTERNAL_IP}
|
metallb.io/loadBalancerIPs: ${NGINX_EXTERNAL_IP}
|
||||||
metallb.universe.tf/ip-allocated-from-pool: main
|
metallb.universe.tf/ip-allocated-from-pool: main
|
||||||
ingressClassByName: true
|
ingressClassByName: true
|
||||||
|
watchIngressWithoutClass: false
|
||||||
ingressClassResource:
|
ingressClassResource:
|
||||||
name: external
|
name: external
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
Reference in New Issue
Block a user