There was an error while loading. Please reload this page.
1 parent 0937e72 commit 704cbd4Copy full SHA for 704cbd4
1 file changed
ops/production-deploy.tmpl.yaml
@@ -496,6 +496,14 @@ nginx:
496
registry: ghcr.io
497
repository: "$REPO_LOWER/nginx"
498
tag: "$TAG"
499
+ extraVolumes:
500
+ - name: uploads
501
+ persistentVolumeClaim:
502
+ claimName: "{{ .Values.global.hyraxHostName }}-uploads"
503
+ extraVolumeMounts:
504
505
+ mountPath: /app/samvera/hyrax-webapp/public/system
506
+ subPath: public-system
507
serverBlock: |-
508
upstream rails_app {
509
server {{ .Values.global.hyraxHostName }};
0 commit comments