From e9587ac42efbdcc6a9ee6fce130711e4fea0439d Mon Sep 17 00:00:00 2001 From: Erik Lund Jensen Date: Thu, 14 May 2020 17:39:13 +0200 Subject: [PATCH] Optional override servicePort in ingress When using sslpassthrough the servicePort must be https. Signed-off-by: Erik Lund Jensen --- charts/argo-cd/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 4a2e4be9..fda261ed 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -199,6 +199,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i | server.image.tag | Tag to use for the server | `global.image.tag` | | server.ingress.annotations | Additional ingress annotations | `{}` | | server.ingress.enabled | Enable an ingress resource for the server | `false` | +| server.ingress.servicePort | Override servicePort used in ingress. Assign 443 when SSL passthrough is used | `` | | server.ingress.hosts | List of ingress hosts | `[]` | | server.ingress.labels | Additional ingress labels. | `{}` | | server.ingress.tls | Ingress TLS configuration. | `[]` |