Skip to content

Commit

Permalink
keep volume for uploads off production (limits to one worker pod)
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm committed Feb 27, 2024
1 parent b09a63e commit 746a9be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ extraVolumeMounts: &volMounts
- name: uploads
mountPath: /app/samvera/hyrax-webapp/public/branding
subPath: public-branding
- name: uploads
mountPath: /app/samvera/hyrax-webapp/tmp/uploads
subPath: uploads
# - name: uploads
#mountPath: /app/samvera/hyrax-webapp/tmp/uploads
#subPath: uploads

ingress:
enabled: true
Expand Down

0 comments on commit 746a9be

Please sign in to comment.