Skip to content

Commit

Permalink
Remove values-plus and Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Nov 6, 2018
1 parent ec90abd commit 03b2e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
10 changes: 2 additions & 8 deletions deployments/helm-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ This chart deploys the NGINX Ingress controller in your Kubernetes cluster.
- Git.
- If you’d like to use NGINX Plus:
- Build an Ingress controller image with NGINX Plus and push it to your private registry by following the instructions from [here](../../build/README.md).
- Update the `controller.image.repository` field of the `values-plus.yaml` accordingly.
- Update the `controller.image.repository` field of the `values.yaml` accordingly.
- Set `controller.nginxplus` to true in `values.yaml`.

## Installing the Chart

Expand All @@ -24,17 +25,10 @@ This chart deploys the NGINX Ingress controller in your Kubernetes cluster.
$ cd kubernetes-ingress/deployments/helm-chart
```
3. To install the chart with the release name my-release (my-release is the name that you choose):

For NGINX:
```
$ helm install --name my-release .
```

For NGINX Plus:
```
$ helm install --name my-release -f values-plus.yaml .
```

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.

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.
Expand Down
6 changes: 0 additions & 6 deletions deployments/helm-chart/values-plus.yaml

This file was deleted.

0 comments on commit 03b2e09

Please sign in to comment.