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