From 6f2450312b7e7d9c05f8ef42700351c6f9602068 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Apr 2023 23:47:08 +0000 Subject: [PATCH] Update file argocd.yaml --- internalproxy/templates/argocd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internalproxy/templates/argocd.yaml b/internalproxy/templates/argocd.yaml index bb472f2..ed0c8d5 100644 --- a/internalproxy/templates/argocd.yaml +++ b/internalproxy/templates/argocd.yaml @@ -35,7 +35,7 @@ metadata: traefik.ingress.kubernetes.io/protocol: "https" spec: entryPoints: - - websecure + - web routes: - match: Host(`argocd.internal.durp.info`) kind: Rule