diff --git a/argocd-apps/openwebui.yaml b/argocd-apps/openwebui.yaml index e69de29..4388fdc 100644 --- a/argocd-apps/openwebui.yaml +++ b/argocd-apps/openwebui.yaml @@ -0,0 +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 + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true