elixir-cloud-aai / drs-filer

Lightweight, flexible Flask/Gunicorn-based GA4GH DRS implementation
Apache License 2.0
5 stars 8 forks source link

build: load app config into k8s ConfigMap #22

Closed lvarin closed 3 years ago

lvarin commented 3 years ago

Loads app configuration from config.yaml into a ConfigMap in the container so that it can be modified on a running service on the fly. In particular, adds a job that gets the default configuration, replaces specific deployment-specific parameters to provide self reference URLs to resources on the deployed service, registers the modified config as a ConfigMap object and mounts it.

Resolves #21