home-server/applications.old/60-general-shit/open-webui.yaml

22 lines
435 B
YAML
Raw Normal View History

2025-08-21 22:08:08 +10:00
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: open-webui
namespace: argocd
spec:
project: default
source:
repoURL: "https://helm.openwebui.com/"
chart: "open-webui"
targetRevision: "7.3.0"
destination:
server: "https://kubernetes.default.svc"
namespace: home-server
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true