Skip to content

Commit

Permalink
Update UI templates
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Polchenko <[email protected]>
  • Loading branch information
i5okie committed Jan 4, 2024
1 parent 92b58a9 commit b56da06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/traction/templates/ui/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ data:
SERVER_SMTP_PORT: {{ .Values.ui.smtp.port | quote }}
SERVER_SMTP_SENDER_ADDRESS: {{ .Values.ui.smtp.senderAddress | quote }}
SERVER_SMTP_SERVER: {{ .Values.ui.smtp.server | quote }}
SERVER_SMTP_SECURE: {{ .Values.ui.smtp.secure | quote }}
SERVER_SMTP_USER: {{ .Values.ui.smtp.user | quote }}
SERVER_TRACTION_URL: http://{{ include "tenant_proxy.fullname" . }}:{{ .Values.tenant_proxy.service.port }}
UX_APP_INNKEEPER_TITLE: {{ .Values.ui.ux.appInnkeeperTitle | quote }}
UX_APP_TITLE: {{ .Values.ui.ux.appTitle | quote }}
Expand Down
4 changes: 4 additions & 0 deletions charts/traction/templates/ui/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ spec:
envFrom:
- configMapRef:
name: {{ template "tenant-ui.fullname" . }}
{{- if .Values.ui.existingSecret }}
- secretRef:
name: {{ .Values.ui.existingSecret | quote }}
{{- end }}
resources:
{{- toYaml .Values.ui.resources | nindent 12 }}
volumeMounts:
Expand Down

0 comments on commit b56da06

Please sign in to comment.