This commit is contained in:
marsal wang
2021-12-30 13:47:06 +08:00
parent 7d0aab847b
commit cb263cddac
2 changed files with 4 additions and 2 deletions

View File

@ -55,7 +55,9 @@ spec:
path: /
port: http
env:
{{- toYaml .Values.extraEnvVars | nindent 12 }}
- name: TZ
value: "Asia/Shanghai"
{{- include "common.tplvalues.render" ( dict "value" .Values.extraEnvVars "context" $ ) | nindent 12 }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}