Add open-webui resource to Kustomization configuration for Noble cluster, enhancing application deployment structure.
This commit is contained in:
32
clusters/noble/apps/open-webui/application.yaml
Normal file
32
clusters/noble/apps/open-webui/application.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
# Argo CD — [Open WebUI](https://openwebui.com/) ([helm chart](https://github.com/open-webui/helm-charts)).
|
||||
# Values: **`./values.yaml`** (multi-source **`$values`** ref).
|
||||
#
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: open-webui
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io/background
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://helm.openwebui.com
|
||||
chart: open-webui
|
||||
targetRevision: 14.5.0
|
||||
helm:
|
||||
releaseName: open-webui
|
||||
valueFiles:
|
||||
- $values/clusters/noble/apps/open-webui/values.yaml
|
||||
- repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: open-webui
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user