10BC0 Merge branch 'main' into feat/prometheus-servicemonitor · nginx/kubernetes-ingress@59bcb2b · GitHub
[go: up one dir, main page]

Skip to content

Commit 59bcb2b

Browse files
authored
Merge branch 'main' into feat/prometheus-servicemonitor
2 parents 49cdf84 + 5b1d085 commit 59bcb2b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/content/installation/installation-with-helm.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,14 @@ The steps you should follow depend on the Helm release name:
211211

212212
5. Run `helm upgrade` with following arguments set:
213213
```shell
214-
--set controller.serviceNameOverride="nginx-ingress-nginx-ingress"
214+
--set serviceNameOverride="nginx-ingress-nginx-ingress"
215215
--set controller.name=""
216216
--set fullnameOverride="nginx-ingress-nginx-ingress"
217217
```
218218
It could look as follows:
219219

220220
```shell
221-
helm upgrade nginx-ingress oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.19.0 --set controller.kind=deployment/daemonset --set controller.nginxplus=false/true --set controller.image.pullPolicy=Always --set controller.serviceNameOverride="nginx-ingress-nginx-ingress" --set controller.name="" --set fullnameOverride="nginx-ingress-nginx-ingress" -f values.yaml
221+
helm upgrade nginx-ingress oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.19.0 --set controller.kind=deployment/daemonset --set controller.nginxplus=false/true --set controller.image.pullPolicy=Always --set serviceNameOverride="nginx-ingress-nginx-ingress" --set controller.name="" --set fullnameOverride="nginx-ingress-nginx-ingress" -f values.yaml
222222
```
223223

224224
6. Once the upgrade process has finished, use `kubectl describe` on the deployment to verify the change by reviewing its events:
@@ -255,13 +255,13 @@ The steps you should follow depend on the Helm release name:
255255

256256
5. Run `helm upgrade` with following arguments set:
257257
```shell
258-
--set controller.serviceNameOverride="<helm_release_name>-nginx-ingress"
258+
--set serviceNameOverride="<helm_release_name>-nginx-ingress"
259259
--set controller.name=""
260260
```
261261
It could look as follows:
262262

263263
```shell
264-
helm upgrade test-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.19.0 --set controller.kind=deployment/daemonset --set controller.nginxplus=false/true --set controller.image.pullPolicy=Always --set controller.serviceNameOverride="test-release-nginx-ingress" --set controller.name="" -f values.yaml
264+
helm upgrade test-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.19.0 --set controller.kind=deployment/daemonset --set controller.nginxplus=false/true --set controller.image.pullPolicy=Always --set serviceNameOverride="test-release-nginx-ingress" --set controller.name="" -f values.yaml
265265
```
266266

267267
6. Once the upgrade process has finished, use `kubectl describe` on the deployment to verify the change by reviewing its events:
@@ -415,6 +415,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
415415
|`serviceInsight.port` | Configures the port to expose endpoints. | 9114 |
416416
|`serviceInsight.scheme` | Configures the HTTP scheme to use for connections to the Service Insight endpoint. | http |
417417
|`serviceInsight.secret` | The namespace / name of a Kubernetes TLS Secret. If specified, this secret is used to secure the Service Insight endpoint with TLS connections. | "" |
418+
|`serviceNameOverride` | Used to prevent cloud load balancers from being replaced due to service name change during helm upgrades. | "" |
418419
|`nginxServiceMesh.enable` | Enable integration with NGINX Service Mesh. See the NGINX Service Mesh [docs](https://docs.nginx.com/nginx-service-mesh/tutorials/kic/deploy-with-kic/) for more details. Requires `controller.nginxplus`. | false |
419420
|`nginxServiceMesh.enableEgress` | Enable NGINX Service Mesh workloads to route egress traffic through the Ingress Controller. See the NGINX Service Mesh [docs](https://docs.nginx.com/nginx-service-mesh/tutorials/kic/deploy-with-kic/#enabling-egress) for more details. Requires `nginxServiceMesh.enable`. | false |
420421
{{% /table %}}

0 commit comments

Comments
 (0)
0