i-am-bee / bee-stack

Run the entire bee application stack using docker-compose
Apache License 2.0
38 stars 11 forks source link

[Helm Chart]: add support for external infrastructure (mongo, redis, milvus, minio) #19

Open jezekra1 opened 2 weeks ago

jezekra1 commented 2 weeks ago

Follow bitnami format, for example externalDatabase: https://github.com/bitnami/charts/blob/main/bitnami/mlflow/values.yaml#L1415

It must be easy to switch between local / external database using values.yml. All local dependencies should be installed as subcharts - again following the bitnami model

mmurad2 commented 2 weeks ago

Dependency: https://github.com/i-am-bee/bee-stack/issues/28