From 9ca00fefa11bc4aaf8b40fec8b545b515b432c69 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 14:44:25 +0200 Subject: [PATCH] feat: add CORS configuration to Open WebUI fleet gateway rules --- 02-openwebui/fleet.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/02-openwebui/fleet.yaml b/02-openwebui/fleet.yaml index 3a7d9dd..1161605 100644 --- a/02-openwebui/fleet.yaml +++ b/02-openwebui/fleet.yaml @@ -46,6 +46,12 @@ helm: parentRefs: - name: http namespace: kgateway-system + additionalRules: + - filters: + - type: CORS + cors: + allowedOrigins: + - "*" extraEnvVars: - name: WEBUI_URL