Skip to content

Commit

Permalink
added env PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapanidis committed Aug 25, 2022
1 parent 0333208 commit 3df4cac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/kubernetic/templates/frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ spec:
- name: kubernetic-frontend
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"
imagePullPolicy: {{ .Values.frontend.image.pullPolicy }}
env:
- name: PORT
value: "80"
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit 3df4cac

Please sign in to comment.