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
Copy file name to clipboardExpand all lines: charts/nginx-ingress/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -419,11 +419,11 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
419
419
|`controller.service.customPorts` | A list of custom ports to expose through the Ingress Controller service. Follows the conventional Kubernetes yaml syntax for service ports. | [] |
420
420
|`controller.service.httpPort.enable` | Enables the HTTP port for the Ingress Controller service. | true |
421
421
|`controller.service.httpPort.port` | The HTTP port of the Ingress Controller service. | 80 |
422
-
|`controller.service.httpPort.nodePort` | The custom NodePort for the HTTP port. Requires `controller.service.type` set to `NodePort`. | "" |
422
+
|`controller.service.httpPort.nodePort` | The custom NodePort for the HTTP port. Requires `controller.service.type` set to `NodePort` or `LoadBalancer`. | "" |
423
423
|`controller.service.httpPort.targetPort` | The target port of the HTTP port of the Ingress Controller service. | 80 |
424
424
|`controller.service.httpsPort.enable` | Enables the HTTPS port for the Ingress Controller service. | true |
425
425
|`controller.service.httpsPort.port` | The HTTPS port of the Ingress Controller service. | 443 |
426
-
|`controller.service.httpsPort.nodePort` | The custom NodePort for the HTTPS port. Requires `controller.service.type` set to `NodePort`. | "" |
426
+
|`controller.service.httpsPort.nodePort` | The custom NodePort for the HTTPS port. Requires `controller.service.type` set to `NodePort` or `LoadBalancer`. | "" |
427
427
|`controller.service.httpsPort.targetPort` | The target port of the HTTPS port of the Ingress Controller service. | 443 |
428
428
|`controller.serviceAccount.annotations` | The annotations of the Ingress Controller service account. | {} |
429
429
|`controller.serviceAccount.name` | The name of the service account of the Ingress Controller pods. Used for RBAC. | Autogenerated |
0 commit comments