From 938746b32a498e22a4647f179f427c73596f4387 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Thu, 23 May 2024 10:13:42 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=81=20Add=20branding=20persistent=20vo?= =?UTF-8?q?lumes=20to=20deploys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ops/demo-deploy.tmpl.yaml | 3 +++ ops/staging-deploy.tmpl.yaml | 3 +++ 2 files changed, 6 insertions(+) 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