From b6c93428ad8d8225fa784d34cfb6b63a492d2594 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Apr 2023 23:50:21 +0000 Subject: [PATCH] Update file argocd.yaml --- internalproxy/templates/argocd.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/internalproxy/templates/argocd.yaml b/internalproxy/templates/argocd.yaml index f23e547..db79df4 100644 --- a/internalproxy/templates/argocd.yaml +++ b/internalproxy/templates/argocd.yaml @@ -32,15 +32,14 @@ metadata: namespace: argocd annotations: cert-manager.io/cluster-issuer: letsencrypt-production - traefik.ingress.kubernetes.io/protocol: "https" spec: routes: - match: Host(`argocd.internal.durp.info`) kind: Rule services: - name: argocd-server - port: 443 - scheme: https + port: 80 + scheme: http tls: secretName: argocd-tls #---