Closed
Description
Is your feature request related to a problem? Please describe.
Sometimes you have a microservice which you want to change it's configuration. You could make the k8s deployment to recreate the cluster, but that wouldn't be need if the microservice had an endpoint which reloaded the configuration by itself.
Describe the solution you'd like
Implement an endpoint, for example /-/reload
that will re-read the configuration.