diff --git a/02-openwebui/fleet.yaml b/02-openwebui/fleet.yaml index 76ceead..4763f57 100644 --- a/02-openwebui/fleet.yaml +++ b/02-openwebui/fleet.yaml @@ -49,9 +49,9 @@ helm: extraEnvVars: - name: WEBUI_URL - value: "https://openwebui.homelab-test.hnrx.net" + value: "http://openwebui.homelab-test.hnrx.net" - name: CORS_ALLOW_ORIGIN - value: "https://openwebui.homelab-test.hnrx.net" + value: "http://openwebui.homelab-test.hnrx.net" - name: WEBUI_SESSION_COOKIE_SECURE value: "true" - name: WEBUI_AUTH_COOKIE_SECURE