From 3b28ce00a26d2f32a32973d5964b6de701bb21aa Mon Sep 17 00:00:00 2001 From: Sumesh Pradhan Date: Wed, 27 Apr 2022 11:33:58 +0530 Subject: [PATCH] Adding ingress.class parameter to nginx setting in helm chart docs (#12398) --- deploy/helm/Setup-https.md | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/helm/Setup-https.md b/deploy/helm/Setup-https.md index e86ede1ab0..ded39e1bf0 100644 --- a/deploy/helm/Setup-https.md +++ b/deploy/helm/Setup-https.md @@ -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.