From 18f899d444157de59f7089adb4194608628fc0dd Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 23 Aug 2021 03:03:33 +0700 Subject: [PATCH] Disable argocd ingress force ssl redirect --- bootstrap/argocd/ingress.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap/argocd/ingress.yaml b/bootstrap/argocd/ingress.yaml index ad604ed7..c136fef3 100644 --- a/bootstrap/argocd/ingress.yaml +++ b/bootstrap/argocd/ingress.yaml @@ -3,7 +3,6 @@ kind: Ingress metadata: name: argocd-server labels: - nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/ssl-passthrough: "true" nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" cert-manager.io/issuer: "letsencrypt-staging"