fix admin helm chart

This commit is contained in:
Nawaz Dhandala
2021-03-15 18:30:56 +00:00
parent 1d31194c5c
commit 67cf383eaf

View File

@@ -35,7 +35,7 @@ spec:
- name: IS_THIRD_PARTY_BILLING
value: {{ .Values.isThirdPartyBilling | quote }}
- name: INTERNAL_SMTP_SERVER
value: {{ template "fyipe.internalSmtpServer" . }}
value: {{ template "fyipe.internalSmtpServer" . }}
ports:
- containerPort: {{ .Values.host.adminDashboardPort }}
hostPort: {{ .Values.host.adminDashboardPort }}