commit 0454ded5416ebacce8b479328e33a7321593b23b parent ef14810ba21d2e707c65d2cf30b296550c52089d Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:27:06 +0100 more cors Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/convex/deployment.yaml | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/convex/deployment.yaml b/apps/talos_cluster/convex/deployment.yaml @@ -207,6 +207,17 @@ spec: timeouts: request: 240s backendRequest: 0s + filters: + - type: CORS + cors: + allowOrigins: + - "https://convex.mtrnord.blog" + - "https://api.convex.mtrnord.blog" + - "https://dashboard.convex.mtrnord.blog" + allowMethods: + - "*" + allowHeaders: + - "*" --- apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute