Skip to content

Commit

Permalink
fix: Set API_URL and APP_URL to deployment patches
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Oct 29, 2024
1 parent fc45a88 commit f8ac2b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/overlays/development/manual/deployment.patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 5 additions & 0 deletions manifests/overlays/production/manual/deployment.patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f8ac2b3

Please sign in to comment.