Skip to content

Commit

Permalink
Fix outdated ingress deployment note
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jan 16, 2024
1 parent 04317c5 commit 1d2b196
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Helm_Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ provide any necessary configuration parameters; when complete, the specified
`output_path` will be populated with Helm charts to deploy.

### Ingress
An NGINX ingress chart is provided at `<output_path>/ingress-nginx`. `values.yaml`
may be updated to include any additional TCP ports to be used (i.e. for RabbitMQ)
An NGINX ingress chart is provided in the diana Helm repository,
`diana/ingress-common`. A `values.yaml` file may be specified to include any
additional TCP ports to be used (i.e. for RabbitMQ)
and then the chart is generally deployed to the `ingress-nginx` namespace. Only
one ingress is necessary for a cluster. Deploy the configured ingress with:

```
helm dependency update <output_path>/ingress-common
helm install ingress-nginx <output_path>/ingress-common --namespace ingress-nginx --create-namespace
helm install ingress-nginx diana/ingress-common --namespace ingress-nginx --create-namespace
```
> At this point, check to make sure all expected subdomains resolve to the ingress
> IP address (ping each domain and check the resolved address)
Expand Down

0 comments on commit 1d2b196

Please sign in to comment.