From 53638acd98567b724941db1584c12924d1ea7453 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 23 Aug 2021 03:07:58 +0700 Subject: [PATCH] Enable argocd ingress tls acme --- bootstrap/argocd/ingress.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap/argocd/ingress.yaml b/bootstrap/argocd/ingress.yaml index c136fef3..21c41677 100644 --- a/bootstrap/argocd/ingress.yaml +++ b/bootstrap/argocd/ingress.yaml @@ -3,9 +3,10 @@ kind: Ingress metadata: name: argocd-server labels: - nginx.ingress.kubernetes.io/ssl-passthrough: "true" - nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" cert-manager.io/issuer: "letsencrypt-staging" + kubernetes.io/tls-acme: "true" + nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" + nginx.ingress.kubernetes.io/ssl-passthrough: "true" spec: rules: - host: argocd.khuedoan.com