add open-webui

This commit is contained in:
user
2024-03-21 20:51:29 -05:00
parent 551ed10e69
commit 7eb4e0262e
7 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: open-webui
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git
targetRevision: main
path: open-webui
destination:
namespace: open-webui
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true