Loading deploy/kubernetes/chart/templates/thredds/deployment.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,8 @@ spec: mountPath: /opt/tomcat/temp - name: tomcat-work mountPath: /opt/tomcat/work - name: tmp-thredds mountPath: /tmp/thredds {{- include "esgf.data.volumeMounts" . | nindent 12 }} {{- with $thredds.extraVolumeMounts }} {{- toYaml . | nindent 12 }} Loading Loading @@ -197,6 +199,8 @@ spec: emptyDir: {} - name: tomcat-work emptyDir: {} - name: tmp-thredds emptyDir: {} {{- include "esgf.data.volumes" . | nindent 8 }} {{- with $thredds.extraVolumes }} {{- toYaml . | nindent 8 }} Loading Loading
deploy/kubernetes/chart/templates/thredds/deployment.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,8 @@ spec: mountPath: /opt/tomcat/temp - name: tomcat-work mountPath: /opt/tomcat/work - name: tmp-thredds mountPath: /tmp/thredds {{- include "esgf.data.volumeMounts" . | nindent 12 }} {{- with $thredds.extraVolumeMounts }} {{- toYaml . | nindent 12 }} Loading Loading @@ -197,6 +199,8 @@ spec: emptyDir: {} - name: tomcat-work emptyDir: {} - name: tmp-thredds emptyDir: {} {{- include "esgf.data.volumes" . | nindent 8 }} {{- with $thredds.extraVolumes }} {{- toYaml . | nindent 8 }} Loading