Adds OpenWebUI app.

This commit is contained in:
2025-09-24 04:33:45 -07:00
parent 8a569a1720
commit 80b9d14ec4
7 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: open-webui
labels:
- includeSelectors: true
pairs:
app: open-webui
managedBy: kustomize
partOf: wild-cloud
resources:
- namespace.yaml
- pvc.yaml
- deployment.yaml
- service.yaml
- ingress.yaml