more fixes and value files
This commit is contained in:
@@ -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 } }
|
||||
|
||||
Reference in New Issue
Block a user