feat: add Open WebUI helm bundle configuration to fleet stack
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# deployments/01-gateway-api-crds/fleet.yaml
|
||||
kind: Bundle
|
||||
metadata:
|
||||
name: openwebui
|
||||
|
||||
helm:
|
||||
releaseName: openwebui
|
||||
chart: openwebui
|
||||
version: 0.1.35
|
||||
repo: https://openwebui.github.io/helm-charts/
|
||||
|
||||
values:
|
||||
replicaCount: 1
|
||||
ollama:
|
||||
enabled: false
|
||||
tika:
|
||||
enabled: false
|
||||
|
||||
route:
|
||||
enabled: true
|
||||
hostnames:
|
||||
- openwebui.{{ .Values.global.fleet.clusterLabels.hnrx.net/cluster-name }}.hnrx.net
|
||||
parentRefs:
|
||||
- name: http
|
||||
namespace: kgateway-system
|
||||
Reference in New Issue
Block a user