Skip to content

Commit

Permalink
Merge pull request #22 from LHMoritz/oxn-94-add-volumes-and-service-a…
Browse files Browse the repository at this point in the history
…ccount-for-k8s

Added backend url as env for frontend
  • Loading branch information
LHMoritz authored Dec 8, 2024
2 parents 6fe6ed5 + 9b08fde commit 7075ea3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ spec:
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
ports:
- containerPort: 3000
env:
- name: BACKEND_URL
value: "http://backend-chart:8000"

0 comments on commit 7075ea3

Please sign in to comment.