Adding ingress.class parameter to nginx setting in helm chart docs (#12398)

This commit is contained in:
Sumesh Pradhan 2022-04-27 11:33:58 +05:30 committed by GitHub
parent e73fd0a269
commit 3b28ce00a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.hosts[0].host=DOMAIN \
--set ingress.certManagerTls[0].hosts[0]=DOMAIN \ --set ingress.certManagerTls[0].hosts[0]=DOMAIN \
--set ingress.certManagerTls[0].secretName=letsencrypt-prod --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. 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.