From d1c7dc87be50ad5ef8dffe8b87955f4b58e6cd40 Mon Sep 17 00:00:00 2001 From: Denilson Nastacio Date: Mon, 8 May 2023 15:24:57 -0400 Subject: [PATCH] feat: Make ArgoCD use cluster cert Signed-off-by: Denilson Nastacio --- config/argocd/templates/0200-argocd.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/argocd/templates/0200-argocd.yaml b/config/argocd/templates/0200-argocd.yaml index 7404ca6b..7a794ff5 100644 --- a/config/argocd/templates/0200-argocd.yaml +++ b/config/argocd/templates/0200-argocd.yaml @@ -773,6 +773,7 @@ spec: enabled: false ingress: enabled: false + insecure: true resources: limits: cpu: 500m @@ -782,6 +783,9 @@ spec: memory: 128Mi route: enabled: true + tls: + insecureEdgeTerminationPolicy: Redirect + termination: edge service: type: "" tls: