Skip to content

Commit 03b2e09

Browse files
committed
Remove values-plus and Update install instructions
1 parent ec90abd commit 03b2e09

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

deployments/helm-chart/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ This chart deploys the NGINX Ingress controller in your Kubernetes cluster.
1111
- Git.
1212
- If you’d like to use NGINX Plus:
1313
- Build an Ingress controller image with NGINX Plus and push it to your private registry by following the instructions from [here](../../build/README.md).
14-
- Update the `controller.image.repository` field of the `values-plus.yaml` accordingly.
14+
- Update the `controller.image.repository` field of the `values.yaml` accordingly.
15+
- Set `controller.nginxplus` to true in `values.yaml`.
1516

1617
## Installing the Chart
1718

@@ -24,17 +25,10 @@ This chart deploys the NGINX Ingress controller in your Kubernetes cluster.
2425
$ cd kubernetes-ingress/deployments/helm-chart
2526
```
2627
3. To install the chart with the release name my-release (my-release is the name that you choose):
27-
28-
For NGINX:
2928
```
3029
$ helm install --name my-release .
3130
```
3231
33-
For NGINX Plus:
34-
```
35-
$ helm install --name my-release -f values-plus.yaml .
36-
```
37-
3832
The command deploys the Ingress controller in your Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.
3933
4034
When deploying the Ingress controller, make sure to use your own TLS certificate and key for the default server rather than the default pre-generated ones. Read the [Configuration](#Configuration) section below to see how to configure a TLS certificate and key for the default server. Note that the default server returns the Not Found page with the 404 status code for all requests for domains for which there are no Ingress rules defined.

deployments/helm-chart/values-plus.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)