You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect the staging environment to CAS IdP (emailed 10/6)
Do a test migration to staging server
Do a real migration to production server
Write backup/restore storage script -- maybe something that can run as a rake task on a worker pod? (for restore, write a custom bulkrax parser based on CSV parser that can pull from Azure instead of browse_everything; for backup, use a POST query to the json API maybe, or just use it programmatically?)
Rewrite Dockerfile to be based on the samveralabs/hyrax dockerfile
Figure out a good repository for the resulting container images, automatic pushes to the repo, versioning (probably github container registry)
Change Values.service.type to LoadBalancer
Should be on port 80/443, not 3000
Make sure that secrets are being taken care of properly
Create a deployment script that takes some args or envvars for which helm release (staging or prod, injecting different values.yml files) and which container version (aka commit hash)
Update documentation, including expected response of basic kubectl commands
Make sure the worker image runs under the app user, not root
rake blacklight:delete_old_searches[days_old](contribute to upstream) #72