This commit is contained in:
marsal wang
2022-01-02 22:10:00 +08:00
parent f175e87760
commit dc116598fa

View File

@ -47,13 +47,13 @@ spec:
- name: TZ - name: TZ
value: "Asia/Shanghai" value: "Asia/Shanghai"
{{- toYaml .Values.extraEnvVars | nindent 12 }} {{- toYaml .Values.extraEnvVars | nindent 12 }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:
- name: torna-config - name: torna-config
mountPath: "/torna/config/application.properties" mountPath: "/torna/config/application.properties"
readOnly: true readOnly: true
subPath: "application.properties" subPath: "application.properties"
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumes: volumes:
- name: torna-config - name: torna-config
configMap: configMap: