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

Productionise alerts containerisation #304

Open
joe-lipson opened this issue Oct 9, 2024 · 0 comments
Open

Productionise alerts containerisation #304

joe-lipson opened this issue Oct 9, 2024 · 0 comments
Assignees

Comments

@joe-lipson
Copy link
Contributor

joe-lipson commented Oct 9, 2024

There's been some work on EKS apps like userdetails and lists to bring it up to a production ready level, these need to also be applied to alerts

  • remove all environment and domain hard coding
  • ensure all resource names are unique across branches and environments
  • remove unneeded dependencies from build and deploy buildspecs
  • Use regolith and other stack exports where appropriate so we can remove hard coded variables
  • remove hardcoded docker image names and tagging, move vars to config as needed
  • clean up helm and other cli commands to make them more readable and remove hard coded parameters
  • add a teardown step for the deploy pipeline that will remove any helm deployed resources, service accounts and anything else that was created in the deploy
  • create the configmap / secrets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants