chore: update WEBUI_URL and CORS_ALLOW_ORIGIN to use http scheme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user