11
This commit is contained in:
@ -47,13 +47,13 @@ spec:
|
||||
- name: TZ
|
||||
value: "Asia/Shanghai"
|
||||
{{- toYaml .Values.extraEnvVars | nindent 12 }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
volumeMounts:
|
||||
- name: torna-config
|
||||
mountPath: "/torna/config/application.properties"
|
||||
readOnly: true
|
||||
subPath: "application.properties"
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
volumes:
|
||||
- name: torna-config
|
||||
configMap:
|
||||
|
Reference in New Issue
Block a user