janus-idp / helm-backstage

Helm Chart for Deploying Backstage. This repo is deprecated. Please move to https://github.com/redhat-developer/rhdh-chart
https://redhat-developer.github.io/rhdh-chart/
Apache License 2.0
62 stars 53 forks source link

PostgreSQL should be configurable with multiple instances #125

Open christophe-f opened 1 year ago

christophe-f commented 1 year ago

What do you want to improve?

PostgreSQL should be configurable with multiple instances

What is the current behavior?

Currently Postgresql will run on a single instance.

What is the new behavior?

Should have a way to specify a number of replicas.

tumido commented 1 year ago

This should be already possible... where is this comming from? When values are specified via YAML it should work just fine. Maybe we need to regenerate values.schema.json for postgresql to propagate this into OCP Helm UI.

https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml#L166 https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml#L717

etc...

christophe-f commented 11 months ago

Great, we will add that to the documentation

tumido commented 11 months ago

Should be fixed upstream via: https://github.com/bitnami/charts/pull/21237 (+ propagated back)