feat: expand CORS configuration in fleet.yaml to include methods, headers, and credentials

This commit is contained in:
2026-05-05 14:58:00 +02:00
parent 775527aea4
commit aa491dff15
+9 -1
View File
@@ -48,8 +48,16 @@ helm:
namespace: kgateway-system namespace: kgateway-system
filters: filters:
- cors: - cors:
- allowedOrigins: allowedOrigins:
- "*" - "*"
allowedMethods:
- "*"
allowedHeaders:
- "*"
exposeHeaders:
- "*"
maxAge: "*"
allowCredentials: true
extraEnvVars: extraEnvVars:
- name: WEBUI_URL - name: WEBUI_URL