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 52 forks source link

Should be able to customize the resources in the Helm Chart #126

Open christophe-f opened 10 months ago

christophe-f commented 10 months ago

For example the cpu, mem, etc

tumido commented 10 months ago

Do you mean for the Backstage pod? This should already be possible.

https://github.com/backstage/charts/blob/main/charts/backstage/values.yaml#L159

I think this issue comes from OCP Helm UI, where the OCP Form renderer is unable to render this specific field due to https://issues.redhat.com/browse/OCPBUGS-14875

I'll investigate further.

tumido commented 10 months ago

@christophe-f can you please clarify resources for which entity we're unable to configure at this moment? I guess it's postgresql, correct? The Backstage itself should be fine (in both form and yaml views). Postgresql is not configurable in Form view in OCP (however it is configurable via yaml)

christophe-f commented 9 months ago

Great, we will add that to the documentation regarding the resource attribute

tumido commented 9 months ago

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