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