Add PORT env into Helm Chart

This commit is contained in:
Caleb Woodbine 2021-05-15 10:09:54 +12:00
parent 660c889b5f
commit e3192f9d66
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ spec:
- /entrypoint.sh
- run
env:
- name: PORT
value: {{ .Values.service.port }}
{{- if .Values.adminUser.email }}
- name: ADMIN_USER_EMAIL
valueFrom: