|
@@ -10,9 +10,8 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
|
|
|
hostname: {{ template "common.names.fullname" . }}
|
|
|
containers:
|
|
|
- name: {{ .Chart.Name }}
|
|
|
- {{ include "common.resources.limitaion" . | nindent 10 }}
|
|
|
+ {{ include "common.resources.limitation" . | nindent 10 }}
|
|
|
{{ include "common.containers.imageConfig" .Values.image | nindent 10 }}
|
|
|
- {{ include "common.containers.gpuConfiguration" .Values | nindent 10 }}
|
|
|
volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }}
|
|
|
{{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
|
|
|
- name: extrappvolume-{{ $index }}
|