Skip to content

Commit

Permalink
Merge pull request #38 from MassBank/dev-frontend
Browse files Browse the repository at this point in the history
fix: use the env variable MB3_FRONTEND_BASE_URL
  • Loading branch information
michaelwenk authored Mar 7, 2024
2 parents a444482 + 8f44857 commit 6424b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/massbank3-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: VITE_MB3_API_URL
value: "http://${MB3_API_HOST}:${MB3_API_PORT}"
- name: VITE_MB3_BASE_URL
value: "/massbank3/"
value: "${MB3_FRONTEND_BASE_URL}"
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 6424b1e

Please sign in to comment.