Skip to content

Commit

Permalink
put hyrax-app/tmp/shared on volume for when there are two or more wor…
Browse files Browse the repository at this point in the history
…kers (#447)
  • Loading branch information
cziaarm authored Jun 12, 2023
1 parent 645d845 commit 5352d78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ extraVolumeMounts: &volMounts
- name: uploads
mountPath: /app/samvera/hyrax-webapp/tmp/network_files
subPath: network-files
- name: uploads
mountPath: /app/samvera/hyrax-webapp/tmp/shared
subPath: shared

ingress:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions ops/review-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ extraVolumeMounts: &volMounts
- name: uploads
mountPath: /app/samvera/hyrax-webapp/tmp/network_files
subPath: network-files
- name: uploads
mountPath: /app/samvera/hyrax-webapp/tmp/shared
subPath: shared

ingress:
enabled: true
Expand Down

0 comments on commit 5352d78

Please sign in to comment.