From a34dcada5a9f904e3d5a5c51db3a2cf041eb9aa4 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 1 Nov 2023 11:29:43 -0400 Subject: [PATCH] Deploy: Set CORS headers --- deploy/templates/marlowe-vesting.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/templates/marlowe-vesting.yaml b/deploy/templates/marlowe-vesting.yaml index e8ac5f7..5490cd7 100644 --- a/deploy/templates/marlowe-vesting.yaml +++ b/deploy/templates/marlowe-vesting.yaml @@ -19,6 +19,8 @@ spec: - "/client-www/index.html" - --log-level - "info" + - --cors-allow-origins + - "*" imagePullPolicy: Always ports: - expose: true @@ -83,6 +85,8 @@ spec: - "/client-www/index.html" - --log-level - "info" + - --cors-allow-origins + - "*" imagePullPolicy: Always ports: - expose: true