From 5b03f38242ecde9c7584e08dcd00bfbed3dda289 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Apr 2023 23:56:24 +0000 Subject: [PATCH] Update file argocd.yaml --- internalproxy/templates/argocd.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/internalproxy/templates/argocd.yaml b/internalproxy/templates/argocd.yaml index df77ec2..42ed82b 100644 --- a/internalproxy/templates/argocd.yaml +++ b/internalproxy/templates/argocd.yaml @@ -29,10 +29,11 @@ apiVersion: traefik.containo.us/v1alpha1 kind: IngressRoute metadata: name: argocd-ingress - namespace: argocd annotations: cert-manager.io/cluster-issuer: letsencrypt-production spec: + entryPoints: + - websecure routes: - match: Host(`argocd.internal.durp.info`) kind: Rule @@ -42,12 +43,12 @@ spec: scheme: https tls: secretName: argocd-tls -#--- -# -#kind: Service -#apiVersion: v1 -#metadata: -# name: argocd -#spec: -# type: ExternalName -# externalName: argocd-server.argocd.svc.cluster.local \ No newline at end of file +--- + +kind: Service +apiVersion: v1 +metadata: + name: argocd +spec: + type: ExternalName + externalName: argocd-server.argocd.svc.cluster.local \ No newline at end of file