Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR initializes a helm chart with multiple subcharts to map the given application.
Considering the restriction that the "Play with Docker" solution should continue to work, I've made tried to match the base images that make the project docker images to images that are used by the most prominent Helm charts used as dependencies. This match passed the acceptance tests (which are executed in docker).
The application doesn't properly execute on k8s yet, altho all deployments are considered healthy and the web interface is accessible. One of the main difficulties in following up with the project is missing a good grasp of each service state. It would be positive if the main server and the consumers could:
Moreover, the approval of the images/dependencies updates would produce more security to continue the work here. Being something that can even be split in a separate PR if needed.
Extra changes: