disable built in open-webui ingress

This commit is contained in:
2026-02-25 18:00:16 +01:00
parent 6b0c50b104
commit b431b9c038
3 changed files with 49 additions and 10 deletions

View File

@@ -23,17 +23,11 @@ spec:
kind: HelmRepository
name: open-webui
values:
# Disable built in ingress, service is broken in chart
# They have hard coded wrong target port
# Reimplementing that in ingress.yaml
ingress:
enabled: true
class: nginx-ingress
host: openwebui.lumpiasty.xyz
tls: true
existingSecret: openwebui-ingress
annotations:
cert-manager.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/proxy-body-size: "0"
nginx.ingress.kubernetes.io/proxy-buffering: "false"
nginx.ingress.kubernetes.io/proxy-read-timeout: 30m
enabled: false
persistence:
enabled: true