chore: update WEBUI_URL and CORS_ALLOW_ORIGIN to use http scheme

This commit is contained in:
2026-05-05 14:11:22 +02:00
parent 29f5b2ae00
commit 14db051822
+2 -2
View File
@@ -49,9 +49,9 @@ helm:
extraEnvVars: extraEnvVars:
- name: WEBUI_URL - name: WEBUI_URL
value: "https://openwebui.homelab-test.hnrx.net" value: "http://openwebui.homelab-test.hnrx.net"
- name: CORS_ALLOW_ORIGIN - name: CORS_ALLOW_ORIGIN
value: "https://openwebui.homelab-test.hnrx.net" value: "http://openwebui.homelab-test.hnrx.net"
- name: WEBUI_SESSION_COOKIE_SECURE - name: WEBUI_SESSION_COOKIE_SECURE
value: "true" value: "true"
- name: WEBUI_AUTH_COOKIE_SECURE - name: WEBUI_AUTH_COOKIE_SECURE