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: deployments/helm-chart/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
271
271
|`controller.service.extraLabels`| The extra labels of the service. | {} |
272
272
|`controller.service.loadBalancerIP`| The static IP address for the load balancer. Requires `controller.service.type` set to `LoadBalancer`. The cloud provider must support this feature. | "" |
273
273
|`controller.service.externalIPs`| The list of external IPs for the Ingress Controller service. |[]|
274
+
|`controller.service.clusterIP`| The clusterIP for the Ingress Controller service, autoassigned if not specified. | "" |
274
275
|`controller.service.loadBalancerSourceRanges`| The IP ranges (CIDR) that are allowed to access the load balancer. Requires `controller.service.type` set to `LoadBalancer`. The cloud provider must support this feature. |[]|
275
276
|`controller.service.name`| The name of the service. | Autogenerated |
276
277
|`controller.service.customPorts`| A list of custom ports to expose through the Ingress Controller service. Follows the conventional Kubernetes yaml syntax for service ports. |[]|
0 commit comments