mirror of
https://github.com/plausible/hosting.git
synced 2025-07-01 09:37:29 -05:00
Add PORT env into Helm Chart
This commit is contained in:
@ -52,6 +52,8 @@ spec:
|
|||||||
- /entrypoint.sh
|
- /entrypoint.sh
|
||||||
- run
|
- run
|
||||||
env:
|
env:
|
||||||
|
- name: PORT
|
||||||
|
value: {{ .Values.service.port }}
|
||||||
{{- if .Values.adminUser.email }}
|
{{- if .Values.adminUser.email }}
|
||||||
- name: ADMIN_USER_EMAIL
|
- name: ADMIN_USER_EMAIL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
Reference in New Issue
Block a user