|
@@ -31,6 +31,10 @@ spec:
|
|
|
- name: {{ .Chart.Name }}
|
|
|
{{ include "common.containers.imageConfig" .Values.image | nindent 10 }}
|
|
|
volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }}
|
|
|
+ {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
|
|
|
+ - name: extrappvolume-{{ $index }}
|
|
|
+ mountPath: {{ $hostPathConfiguration.mountPath }}
|
|
|
+ {{ end }}
|
|
|
ports:
|
|
|
- name: web
|
|
|
containerPort: {{ .Values.web_port }}
|