Skip to content

Commit 704cbd4

Browse files
authored
Add extra volume mounts to prod nginx (#689)
Matches friends deploy
1 parent 0937e72 commit 704cbd4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ops/production-deploy.tmpl.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,14 @@ nginx:
496496
registry: ghcr.io
497497
repository: "$REPO_LOWER/nginx"
498498
tag: "$TAG"
499+
extraVolumes:
500+
- name: uploads
501+
persistentVolumeClaim:
502+
claimName: "{{ .Values.global.hyraxHostName }}-uploads"
503+
extraVolumeMounts:
504+
- name: uploads
505+
mountPath: /app/samvera/hyrax-webapp/public/system
506+
subPath: public-system
499507
serverBlock: |-
500508
upstream rails_app {
501509
server {{ .Values.global.hyraxHostName }};

0 commit comments

Comments
 (0)