epam / cloud-pipeline

Cloud agnostic genomics analysis, scientific computation and storage platform
https://cloud-pipeline.com
Apache License 2.0
144 stars 58 forks source link

Deployment: Introduce new environment variable CP_SERVICES_ENABLED #3436

Closed SilinPavel closed 5 months ago

SilinPavel commented 5 months ago

Background For some cases it would be convenient to have possibility to know which services are enabled for deployment.

Approach Let's introduce during deployment a new env CP_SERVICES_ENABLED. This env should contain:

This env var should be propagated to install-config file in order to be presented in cp-global-config config map and as result be accessible from service pods such as edge.

SilinPavel commented 5 months ago

done by https://github.com/epam/cloud-pipeline/pull/3441