-
Story
-
Resolution: Done
-
Major
-
None
-
False
-
-
False
-
Release Note Not Required
-
-
[2275120657] Upstream Reporter: Gennady Azarenkov
Upstream issue status: Closed
Upstream description:
We have very flexible layered mechanism of Backstage runtime configuration:
- Operator default config
- CustomResource raw config
- CR configuration
Raw config is powerful but not always convenient to use as required rewriting the whole resource, which in most of the cases is quite big Backstage Deployment.yaml. So, to simplify a way to configure some parts of configuration and reach ?features parity? with Helm Chart (following user?s feedback) we need to extend CR configuration
For the time being we clearly need to have options (at least) for:
- Pod.spec.container.resources configuration
- Pod.spec.container(side cars, wee also https://github.com/janus-idp/operator/issues/276 )
- Pod.spec.volumes (side cars)
- Pod.objectmeta.labels and annotations
Upstream URL: https://github.com/janus-idp/operator/issues/352
- links to