Skip to content

Commit

Permalink
🎁 Add branding persistent volumes to deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore committed May 23, 2024
1 parent 41b0107 commit 80c10f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ops/demo-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ extraVolumeMounts: &volMounts
- name: uploads
mountPath: /app/samvera/hyrax-webapp/storage/files
subPath: storage-files
- name: uploads
mountPath: /app/samvera/hyrax-webapp/public/branding
subPath: public-branding

ingress:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ extraVolumeMounts: &volMounts
- name: uploads
mountPath: /app/samvera/hyrax-webapp/storage/files
subPath: storage-files
- name: uploads
mountPath: /app/samvera/hyrax-webapp/public/branding
subPath: public-branding

ingress:
enabled: true
Expand Down

0 comments on commit 80c10f1

Please sign in to comment.