janus-idp / helm-backstage

Helm Chart for Deploying Backstage. This repo is deprecated. Please move to https://github.com/redhat-developer/rhdh-chart

Home Page:https://redhat-developer.github.io/rhdh-chart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should be able to customize the resources in the Helm Chart

christophe-f opened this issue · comments

For example the cpu, mem, etc

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.

@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)

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

Should be fixed upstream via: bitnami/charts#21237 (+ propagated back)