feat: add CORS policy to openwebui gateway route

This commit is contained in:
2026-08-25 23:19:56 +02:00
parent 99f3561166
commit ebe5a46a0f
@@ -68,7 +68,20 @@ spec:
parentRefs:
- name: shared-gateway
namespace: default
filters:
- type: CORS
cors:
allowOrigins:
- "*"
allowMethods:
- "*"
allowHeaders:
- "*"
exposeHeaders:
- "*"
maxAge: 3600
allowCredentials: true
extraEnvVars:
- name: WEBUI_URL
value: "https://open-webui.k8s.hnrx.net"