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

Figure out prod config separate from dev #961

Closed
corneliusroemer opened this issue Feb 9, 2024 · 3 comments
Closed

Figure out prod config separate from dev #961

corneliusroemer opened this issue Feb 9, 2024 · 3 comments
Labels
config Configuration related issues, i.e. helm processing deployment Code changes targetting the deployment infrastructure
Milestone

Comments

@corneliusroemer
Copy link
Contributor

corneliusroemer commented Feb 9, 2024

We currently run many tools in explicit dev mode. E.g. keycloak, which might cause perf issues.

It's important we know which perf issues are due to dev settings and will disappear with prod and which remain nonetheless.

For this, we need to work out a prod config. This is a collection issue with pointers to sub-issues for each service that needs to be prepared for prod:

@corneliusroemer corneliusroemer added deployment Code changes targetting the deployment infrastructure RFC config Configuration related issues, i.e. helm processing labels Feb 9, 2024
@chaoran-chen chaoran-chen added this to the MVP milestone Feb 9, 2024
@theosanderson
Copy link
Member

(My) strategy for kubernetes is that the default values.yaml should be the prod config, and anything we need for dev should be a diversion away from that (e.g. atm disabling some components). I'd suggest we try to keep that going forward i.e. we make changes that make this default config more prod-dy and we add extra dev options if needed.

@corneliusroemer
Copy link
Contributor Author

Sounds good that by default we try to make things as proddy as possible as soon as possible and only dev-ify when necessary.

@theosanderson
Copy link
Member

I think this is broadly complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Configuration related issues, i.e. helm processing deployment Code changes targetting the deployment infrastructure
Projects
Archived in project
Development

No branches or pull requests

3 participants