Skip to content

Commit

Permalink
Adding ingress.class parameter to nginx setting in helm chart docs (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
sum35h committed Apr 27, 2022
1 parent e73fd0a commit 3b28ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/helm/Setup-https.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ The steps below explain how to use Ingress routes and cert-manager to configure
--set ingress.hosts[0].host=DOMAIN \
--set ingress.certManagerTls[0].hosts[0]=DOMAIN \
--set ingress.certManagerTls[0].secretName=letsencrypt-prod
--set ingress.className=nginx
```

After the deployment completes, visit the domain in your browser and you should see the Appsmith site over a secure TLS connection with a valid Let's Encrypt certificate.
Expand Down

0 comments on commit 3b28ce0

Please sign in to comment.