From 3d8db7dc34438cb0d8a16c668656a788ba0ac6b6 Mon Sep 17 00:00:00 2001 From: Ido777 Date: Sun, 9 Feb 2025 17:18:46 +0200 Subject: [PATCH] Disable ingress in values.yaml for open-webui chart to minimize changes --- charts/open-webui/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index 1d5c172..3bcc2ef 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -161,7 +161,7 @@ managedCertificate: - chat.example.com # update to your real domain ingress: - enabled: true + enabled: false class: "" # -- Use appropriate annotations for your Ingress controller, e.g., for NGINX: annotations: