diff --git a/ops/demo-deploy.tmpl.yaml b/ops/demo-deploy.tmpl.yaml index ce5ac32886..a3127be964 100644 --- a/ops/demo-deploy.tmpl.yaml +++ b/ops/demo-deploy.tmpl.yaml @@ -35,6 +35,9 @@ extraVolumeMounts: &volMounts - name: uploads mountPath: /app/samvera/hyrax-webapp/storage/files subPath: storage-files + - name: uploads + mountPath: /app/samvera/hyrax-webapp/public/branding + subPath: public-branding ingress: enabled: true diff --git a/ops/staging-deploy.tmpl.yaml b/ops/staging-deploy.tmpl.yaml index e2ec859156..4e7c48a8aa 100644 --- a/ops/staging-deploy.tmpl.yaml +++ b/ops/staging-deploy.tmpl.yaml @@ -35,6 +35,9 @@ extraVolumeMounts: &volMounts - name: uploads mountPath: /app/samvera/hyrax-webapp/storage/files subPath: storage-files + - name: uploads + mountPath: /app/samvera/hyrax-webapp/public/branding + subPath: public-branding ingress: enabled: true