ukaea / piezo

1 stars 0 forks source link

Configuration file as a ConfigMap #117

Closed robert-clegg-tessella closed 5 years ago

robert-clegg-tessella commented 5 years ago

As for #100

The configuration.ini file is currently deployed as part of the web app Docker image. Adding it instead as a config map would allow runtime updating of the configuration without having to rebuild the Docker image. A method for having the web app re-read the configuration needs to be identified/implemented and documented.

Acceptance criteria