Files
ollama-plus/apps/children/openwebui.yaml
T

24 lines
559 B
YAML
Raw Normal View History

2025-09-12 11:20:18 -04:00
apiVersion: argoproj.io/v1alpha1
kind: Application
2025-09-13 10:14:48 -04:00
metadata:
name: openwebui
2025-09-13 22:31:18 -04:00
namespace: argocd
2025-09-13 10:14:48 -04:00
annotations:
argocd.argoproj.io/sync-wave: "0"
2025-09-12 11:20:18 -04:00
spec:
project: ai-stack
2025-09-13 10:14:48 -04:00
destination:
server: https://kubernetes.default.svc
2025-09-13 22:31:18 -04:00
namespace: argocd
2025-09-12 11:20:18 -04:00
source:
repoURL: https://helm.openwebui.com
chart: open-webui
targetRevision: "*"
helm:
2025-09-13 19:00:56 -04:00
valueFiles:
- apps/values/openwebui.yaml
2025-09-13 10:14:48 -04:00
syncPolicy:
automated:
prune: true
selfHeal: true