Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve archiving #86

Open
1 of 3 tasks
ilyakooo0 opened this issue Aug 30, 2021 · 0 comments
Open
1 of 3 tasks

Improve archiving #86

ilyakooo0 opened this issue Aug 30, 2021 · 0 comments

Comments

@ilyakooo0
Copy link
Member

ilyakooo0 commented Aug 30, 2021

Currently, we delete the helm deployment when archiving. This can cause problems like generating new different passwords.

A better way of doing archiving might be scaling the deployment to 0 replicas.

To do this we need to:

  • Change the archive control script to scale to 0 instead of delete
  • Create an unarchive script that scales to a non-zero number of replicas
  • Call the unarchive script from the Octopod backend.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant