Commit a341e7b0 authored by Matt Pryor's avatar Matt Pryor
Browse files

Make readonly rootfs work for THREDDS

parent 01f728ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 }}
@@ -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 }}