From f8ac2b3a5409327592876006f20165d5e31d1fb7 Mon Sep 17 00:00:00 2001 From: Aleksandar Date: Tue, 29 Oct 2024 19:05:11 +0200 Subject: [PATCH] fix: Set API_URL and APP_URL to deployment patches --- manifests/overlays/development/manual/deployment.patch.yaml | 4 ++++ manifests/overlays/production/manual/deployment.patch.yaml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/manifests/overlays/development/manual/deployment.patch.yaml b/manifests/overlays/development/manual/deployment.patch.yaml index 03e26b725..a8dd46ed6 100644 --- a/manifests/overlays/development/manual/deployment.patch.yaml +++ b/manifests/overlays/development/manual/deployment.patch.yaml @@ -22,3 +22,7 @@ spec: value: 'true' - name: STRIPE_PUBLISHABLE_KEY value: pk_test_51IRdsUKApGjVGa9tYn5oVQwt3rybeIwNHAyWR8nAYd6JaKyTyB4X0g3EgzIEGfqwMYo3ZSlt9gBExTFnVomFTNEO008bjoNXSx + - name: "API_URL" + value: "https://dev.podkrepi.bg/api/v1" + - name: "APP_URL" + value: "https://dev.podkrepi.bg" diff --git a/manifests/overlays/production/manual/deployment.patch.yaml b/manifests/overlays/production/manual/deployment.patch.yaml index c437b9d8c..5500b4745 100644 --- a/manifests/overlays/production/manual/deployment.patch.yaml +++ b/manifests/overlays/production/manual/deployment.patch.yaml @@ -17,3 +17,8 @@ spec: limits: memory: 400Mi cpu: 800m + env: + - name: "API_URL" + value: "https://podkrepi.bg/api/v1" + - name: "APP_URL" + value: "https://podkrepi.bg"