From f2ee04efc4ccfcc2bdb61f73c6da274999057b77 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 2 Mar 2026 03:40:19 +0200 Subject: [PATCH] Uncomment the apps --- argocd-apps/ollama.yaml | 46 +++++++++++++++++++------------------- argocd-apps/openwebui.yaml | 46 +++++++++++++++++++------------------- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/argocd-apps/ollama.yaml b/argocd-apps/ollama.yaml index f7f52f9..2aa3f77 100644 --- a/argocd-apps/ollama.yaml +++ b/argocd-apps/ollama.yaml @@ -1,23 +1,23 @@ -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: ollama -# namespace: argocd -# spec: -# project: ai-stack -# source: -# repoURL: https://git.dvirlabs.com/dvirlabs/ai-stack.git -# targetRevision: HEAD -# path: charts/ollama -# helm: -# valueFiles: -# - ../../manifests/ollama/values.yaml -# destination: -# server: https://kubernetes.default.svc -# namespace: ai-stack -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: ollama + namespace: argocd +spec: + project: ai-stack + source: + repoURL: https://git.dvirlabs.com/dvirlabs/ai-stack.git + targetRevision: HEAD + path: charts/ollama + helm: + valueFiles: + - ../../manifests/ollama/values.yaml + destination: + server: https://kubernetes.default.svc + namespace: ai-stack + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true diff --git a/argocd-apps/openwebui.yaml b/argocd-apps/openwebui.yaml index b0b3d7b..97c44d5 100644 --- a/argocd-apps/openwebui.yaml +++ b/argocd-apps/openwebui.yaml @@ -1,23 +1,23 @@ -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: open-webui -# namespace: argocd -# spec: -# project: ai-stack -# source: -# repoURL: https://git.dvirlabs.com/dvirlabs/ai-stack.git -# targetRevision: HEAD -# path: charts/open-webui -# helm: -# valueFiles: -# - ../../manifests/open-webui/values.yaml -# destination: -# server: https://kubernetes.default.svc -# namespace: ai-stack -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: open-webui + namespace: argocd +spec: + project: ai-stack + source: + repoURL: https://git.dvirlabs.com/dvirlabs/ai-stack.git + targetRevision: HEAD + path: charts/open-webui + helm: + valueFiles: + - ../../manifests/open-webui/values.yaml + destination: + server: https://kubernetes.default.svc + namespace: ai-stack + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true