|
|
@ -32,8 +32,7 @@ spec:
|
|
|
|
image: "{{ .Values.image.frontend.repository }}:{{ .Values.image.frontend.tag | default .Chart.AppVersion }}"
|
|
|
|
image: "{{ .Values.image.frontend.repository }}:{{ .Values.image.frontend.tag | default .Chart.AppVersion }}"
|
|
|
|
imagePullPolicy: {{ .Values.image.frontend.pullPolicy }}
|
|
|
|
imagePullPolicy: {{ .Values.image.frontend.pullPolicy }}
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
- name: TZ
|
|
|
|
{{- toYaml .Values.env.frontend | nindent 12 }}
|
|
|
|
value: "Asia/Shanghai"
|
|
|
|
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- name: http
|
|
|
|
- name: http
|
|
|
|
containerPort: 3000
|
|
|
|
containerPort: 3000
|
|
|
@ -49,6 +48,8 @@ spec:
|
|
|
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
|
|
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
|
|
|
image: "{{ .Values.image.backend.repository }}:{{ .Values.image.backend.tag | default .Chart.AppVersion }}"
|
|
|
|
image: "{{ .Values.image.backend.repository }}:{{ .Values.image.backend.tag | default .Chart.AppVersion }}"
|
|
|
|
imagePullPolicy: {{ .Values.image.backend.pullPolicy }}
|
|
|
|
imagePullPolicy: {{ .Values.image.backend.pullPolicy }}
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
|
|
|
{{- toYaml .Values.env.backend | nindent 12 }}
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- name: metrics
|
|
|
|
- name: metrics
|
|
|
|
containerPort: 8000
|
|
|
|
containerPort: 8000
|
|
|
|