ai-stack/argocd-apps/openwebui.yaml
2025-12-23 10:22:50 +02:00

24 lines
568 B
YAML

# 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