Add open-webui application

This commit is contained in:
dvirlabs 2025-12-23 04:15:55 +02:00
parent 6095a43000
commit 8b964d9099

View File

@ -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