diff --git a/02-openwebui/fleet.yaml b/02-openwebui/fleet.yaml index 100c67b..76ceead 100644 --- a/02-openwebui/fleet.yaml +++ b/02-openwebui/fleet.yaml @@ -45,4 +45,20 @@ helm: - "openwebui.${ get .ClusterLabels \"hnrx.net/cluster-name\" }.hnrx.net" parentRefs: - name: http - namespace: kgateway-system \ No newline at end of file + namespace: kgateway-system + + extraEnvVars: + - name: WEBUI_URL + value: "https://openwebui.homelab-test.hnrx.net" + - name: CORS_ALLOW_ORIGIN + value: "https://openwebui.homelab-test.hnrx.net" + - name: WEBUI_SESSION_COOKIE_SECURE + value: "true" + - name: WEBUI_AUTH_COOKIE_SECURE + value: "true" + - name: ENABLE_WEBSOCKET_SUPPORT + value: "true" + - name: WEBSOCKET_MANAGER + value: "redis" + - name: WEBSOCKET_REDIS_URL + value: "redis://redis:6379/1" \ No newline at end of file