From 7bc2de794a7c37491428e2fdd221f3176fcbeb08 Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Wed, 5 Aug 2026 15:44:22 +0200 Subject: [PATCH] Add extra volume mounts to prod nginx Matches friends deploy --- ops/production-deploy.tmpl.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ops/production-deploy.tmpl.yaml b/ops/production-deploy.tmpl.yaml index ade6fec..5acb80f 100644 --- a/ops/production-deploy.tmpl.yaml +++ b/ops/production-deploy.tmpl.yaml @@ -496,6 +496,14 @@ nginx: registry: ghcr.io repository: "$REPO_LOWER/nginx" tag: "$TAG" + extraVolumes: + - name: uploads + persistentVolumeClaim: + claimName: "{{ .Values.global.hyraxHostName }}-uploads" + extraVolumeMounts: + - name: uploads + mountPath: /app/samvera/hyrax-webapp/public/system + subPath: public-system serverBlock: |- upstream rails_app { server {{ .Values.global.hyraxHostName }};