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

enhance Helm chart to configure Ditto services via ConfigMap #2051

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thjaeckle
Copy link
Member

  • instead of configuring via System Properties

Right now, configuration of very dynamic settings (like e.g. custom metrics or entity creation) is done via SystemProperties in the Helm chart.
This can lead to some issues - e.g. if the command line arguments get too long, trivy, the wrapper process for starting the JVM can no longer handle those.
Or another problem is that the Kubernetes "Pods" HTTP API will return all environment variables and all system-properties as part of its response when querying for other Ditto pods during bootstrapping a cluster.

Moving the very dynamic configuration to config files (mounted via ConfigMaps) is an elegant solution for that.

@thjaeckle thjaeckle added this to the 3.6.2 milestone Oct 25, 2024
@thjaeckle thjaeckle self-assigned this Oct 25, 2024
@thjaeckle
Copy link
Member Author

@kalinkostashki could you have a look, please?
@alstanchev you might as well, of course :)

* instead of configuring via System Properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for Approval
Development

Successfully merging this pull request may close these issues.

1 participant