You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ingress-nginx controller Service needs to expose these TCP ports. You have two options:
30
+
The ingress-nginx controller Service needs to expose these TCP ports. This is a **one-time manual step** because the Service is managed by Helm, not ArgoCD.
39
31
40
-
#### Option A: Patch the existing ingress-nginxcontroller Service
32
+
**Important**: The actual Service name in your cluster is `ingressnginx-ingress-nginx-controller`, not `ingress-nginx-controller`.
41
33
42
34
```bash
43
-
kubectl patch service ingress-nginx-controller -n ingress-nginx --type='json' -p='[
35
+
kubectl patch service ingressnginx-ingress-nginx-controller -n ingress-nginx --type='json' -p='[
**Note**: This patch persists across ingress-nginx controller restarts, but may be lost if you upgrade or reinstall ingress-nginx via Helm. If that happens, just re-run the patch command above.
0 commit comments