From 4e3e7c558afce53865376cb14b8c083e72ee9aee Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 10 Apr 2025 16:33:13 -0500 Subject: [PATCH] update --- infra/argocd/templates/litellm.yaml | 41 +++++++++++++++-------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/infra/argocd/templates/litellm.yaml b/infra/argocd/templates/litellm.yaml index 3b52349..267dc36 100644 --- a/infra/argocd/templates/litellm.yaml +++ b/infra/argocd/templates/litellm.yaml @@ -1,20 +1,21 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: litellm - namespace: argocd -spec: - project: default - source: - repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: main - path: infra/litellm - destination: - namespace: litellm - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: litellm +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://gitlab.com/developerdurp/homelab.git +# targetRevision: main +# path: infra/litellm +# destination: +# namespace: litellm +# name: in-cluster +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true +# \ No newline at end of file