influxdb-export application service resetting the values and not taking new values from consul registry #256
-
Hi we are currently working on containerizing the influxdb-export app service and run it using the docker-compose. The service is running as expected but there is an observation that whenever we update any custom values like the mqtt broker address using the consul registry it is not reflected and if we restart the application service container then the old value from the configuration.yaml is getting overridden hence not accepting any new values through the consul UI.
Note: No changes in the code or the configuration.yaml, The only thing is using this code a docker image is built and used as a docker container. Need help on why the configuration is getting overwritten with default values from configuration.yaml and not taking the latest value from the consul UI. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
you may check the logs to get more information |
Beta Was this translation helpful? Give feedback.
it looks like only custom config cannot be updated from Config Provider
please open a bug in app-functions-sdk repository