11
This commit is contained in:
@ -47,18 +47,18 @@ 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"
|
||||||
volumes:
|
resources:
|
||||||
- name: torna-config
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
configMap:
|
volumes:
|
||||||
defaultMode: 0600
|
- name: torna-config
|
||||||
name: torna-config
|
configMap:
|
||||||
|
defaultMode: 0600
|
||||||
|
name: torna-config
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
Reference in New Issue
Block a user