Skip to content

Commit

Permalink
fix: Setup test env for alpha channel
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue committed Oct 28, 2023
1 parent a6b1fb3 commit 8224304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions deployment-alpha/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
containers:
- name: treetracker-web-map-client-alpha
image: greenstand/treetracker-web-map-client:TAG
ports:
- containerPort: 3000
env:
- name: NEXT_PUBLIC_API
value: https://dev-k8s.treetracker.org/query/v2
Expand Down
6 changes: 1 addition & 5 deletions deployment-alpha/overlays/test/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ spec:
spec:
containers:
- name: treetracker-web-map-client-alpha
image: greenstand/treetracker-web-map-client:TAG
ports:
- containerPort: 3000
env:
- name: NEXT_PUBLIC_API
value: https://test-k8s.treetracker.org/query/v2
Expand All @@ -29,5 +26,4 @@ spec:
value: https://test-k8s.treetracker.org/webmap/
- name: NEXT_PUBLIC_COUNTRY_LEADER_BOARD_DISABLED
value: 'false'
- name: NODE_ENV
value: test

0 comments on commit 8224304

Please sign in to comment.