home-server/applications/60-general-shit/open-webui.yaml
2025-08-21 22:08:08 +10:00

21 lines
435 B
YAML

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