dolphinscheduler
dolphinscheduler copied to clipboard
[Feature][Helm] make API/Master/Worker/Alert application.yaml configurable on k8s
Search before asking
- [X] I had searched in the issues and found no similar feature requirement.
Description
I saw now api/master/worker package application.yaml into docker. Maybe we can consider let master/worker deployment/stateful directly read from configmap application.yaml
I guess ds now will not fully throw away application.yaml for debugging on local/non k8s deployment mode. So maybe we could add a stage on CI to read master/worker recources yaml to ingest into helm values.yaml, so that it can be affected on both k8s/non-k8s mode.
so that we can modify configmap for some settings update instead of rebuild docker image?
Use case
Configuration Hot Reloading for some supported future on springapp
Related issues
No response
Are you willing to submit a PR?
- [X] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct