From 9addbbde4b9350508430a07bc02085db8aab0de9 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 20 Mar 2025 06:13:38 -0500 Subject: [PATCH] update --- master/argocd/templates/InternalProxy.yaml | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/master/argocd/templates/InternalProxy.yaml b/master/argocd/templates/InternalProxy.yaml index ca9bcc0..76c8229 100644 --- a/master/argocd/templates/InternalProxy.yaml +++ b/master/argocd/templates/InternalProxy.yaml @@ -1,23 +1,23 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: internalproxy - namespace: argocd -spec: - project: default - source: - repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: main - path: master/internalproxy - directory: - recurse: true - destination: - server: https://kubernetes.default.svc - namespace: internalproxy - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: internalproxy +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://gitlab.com/developerdurp/homelab.git +# targetRevision: main +# path: master/internalproxy +# directory: +# recurse: true +# destination: +# server: https://kubernetes.default.svc +# namespace: internalproxy +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true +#