mirror of
https://github.com/plausible/hosting.git
synced 2025-07-01 09:37:29 -05:00
Fix PORT value in deployment.yaml
This commit is contained in:
@ -53,7 +53,7 @@ spec:
|
||||
- run
|
||||
env:
|
||||
- name: PORT
|
||||
value: {{ .Values.service.port }}
|
||||
value: {{ .Values.service.port | toString | quote }}
|
||||
{{- if .Values.adminUser.email }}
|
||||
- name: ADMIN_USER_EMAIL
|
||||
valueFrom:
|
||||
|
Reference in New Issue
Block a user