diff --git a/helm/argocd/values.yaml b/helm/argocd/values.yaml index f506c86..2f7de5e 100644 --- a/helm/argocd/values.yaml +++ b/helm/argocd/values.yaml @@ -2040,7 +2040,8 @@ server: labels: {} # -- Additional ingress annotations ## Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#option-1-ssl-passthrough - annotations: {} + annotations: + nginx.ingress.kubernetes.io/force-ssl-redirect: "false" # nginx.ingress.kubernetes.io/force-ssl-redirect: "true" # nginx.ingress.kubernetes.io/ssl-passthrough: "true"