more fixes and value files

This commit is contained in:
ION606
2025-09-12 13:46:12 -04:00
parent 899b866142
commit d2101345dc
7 changed files with 91 additions and 46 deletions
+3 -12
View File
@@ -1,6 +1,6 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata: { name: open-webui, namespace: ai }
metadata: { name: openwebui, namespace: argocd }
spec:
project: ai-stack
destination: { server: https://kubernetes.default.svc, namespace: ai }
@@ -9,15 +9,6 @@ spec:
chart: open-webui
targetRevision: "*"
helm:
values: |
persistence:
enabled: true
size: 5Gi
service: { type: ClusterIP }
ingress:
enabled: true
className: nginx
hosts:
- host: openwebui.local
paths: [{ path: "/", pathType: Prefix }]
valueFiles:
- apps/values/openwebui.yaml
syncPolicy: { automated: { prune: true, selfHeal: true } }