Skip to content

Commit

Permalink
🤖 Remove spec and add storage to persisted vol
Browse files Browse the repository at this point in the history
This commit will remove a spec that is no longer relevant and also add
a persisted volume to the staging and production deployment templates.
  • Loading branch information
kirkkwang committed Apr 1, 2024
1 parent 9ed2f93 commit 8c0bd87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 39 deletions.
5 changes: 4 additions & 1 deletion ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ extraVolumeMounts: &volMounts
- name: uploads
mountPath: /app/samvera/hyrax-webapp/tmp/network_files
subPath: network-files
- name: uploads
mountPath: /app/samvera/hyrax-webapp/storage/files
subPath: storage-files

ingress:
enabled: true
Expand All @@ -55,7 +58,7 @@ ingress:
- secretName: wildcard-tls-secret
hosts:
- '*.hykuup.com'

extraEnvVars: &envVars
- name: BUNDLE_LOCAL__HYKU_KNAPSACK
value: /app/samvera
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 @@ -40,6 +40,9 @@ extraVolumeMounts: &volMounts
- name: uploads
mountPath: /app/samvera/hyrax-webapp/tmp/network_files
subPath: network-files
- name: uploads
mountPath: /app/samvera/hyrax-webapp/storage/files
subPath: storage-files

ingress:
enabled: true
Expand Down
38 changes: 0 additions & 38 deletions spec/config/initializers/bulkrax_spec.rb

This file was deleted.

0 comments on commit 8c0bd87

Please sign in to comment.