feat: add CORS configuration to Open WebUI fleet gateway rules
This commit is contained in:
@@ -46,6 +46,12 @@ helm:
|
|||||||
parentRefs:
|
parentRefs:
|
||||||
- name: http
|
- name: http
|
||||||
namespace: kgateway-system
|
namespace: kgateway-system
|
||||||
|
additionalRules:
|
||||||
|
- filters:
|
||||||
|
- type: CORS
|
||||||
|
cors:
|
||||||
|
allowedOrigins:
|
||||||
|
- "*"
|
||||||
|
|
||||||
extraEnvVars:
|
extraEnvVars:
|
||||||
- name: WEBUI_URL
|
- name: WEBUI_URL
|
||||||
|
|||||||
Reference in New Issue
Block a user