-
Notifications
You must be signed in to change notification settings - Fork 33
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
Single container Helm chart #95
Comments
From speaking to @plumdog, this is essentially done code-wise. If we want this to be the default behaviour, however, we just need to set the default value for So, the actions therefore are:
|
@dabeeeenster so, to get this to work, we'd need to write a new dockerfile in the enterprise repository (or finally tackle the disconnect between EE and core). Writing a new dockerfile wouldn't be too difficult but, before we do that, do we think that enterprise on-prem customers will actually want to have the application running via the single image? Or, do we think that 99% would choose to run them separately anyway for more control over the scaling policies of each service? |
Hmm - that's a good question! I think the best DX/UX is a simple setup. If customers then want to move to a more complex 2 service setup they should be able to do that, but having single image as default would be my preference. There could well be arguments against this tho! |
Yep, ok, I tend to agree. I'll have a look at adding the dockerfile to the enterprise repo. |
Default to the unified docker image
The text was updated successfully, but these errors were encountered: