Clarify doc: NGINX Ingress watchNamespace watches only one namespace

This commit is contained in:
parkerfath 2026-03-26 01:14:09 -07:00 committed by GitHub
parent cf29feb81c
commit 8eb4d34294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ This provider discovers all Ingresses in the cluster by default, which may lead
**Best Practices:**
- Use IngressClass to specify which Ingresses should be handled by this provider
- Configure `watchNamespace` to limit discovery to specific namespaces
- Configure `watchNamespace` to limit discovery to a single namespace
- Use `watchNamespaceSelector` to target Ingresses based on namespace labels
## Routing Configuration