-
Story
-
Resolution: Done
-
Blocker
-
None
-
5
-
False
-
-
False
-
RHIDP-1431 - Engineering Improvements
-
-
Feature
-
Done
-
-
-
RHDH Core Team 3258, RHDH Core Team 3259, RHDH Core Team 3260
[2275120657] Upstream Reporter: Gennady Azarenkov
Upstream issue status: Open
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 and the ability to configure the storage class names to use for these volumes (https://issues.redhat.com/browse/RHIDP-2705)
- Pod.objectmeta.labels and annotations
Upstream URL: https://github.com/janus-idp/operator/issues/352
- causes
-
RHIDP-4421 Operator: spec.deployment is not shown in ODC Create Backstage form view
- New
- incorporates
-
RHIDP-2705 Allow configuring storageClass configuration for PVC created by Operator
- Closed
- is depended on by
-
RHIDP-2705 Allow configuring storageClass configuration for PVC created by Operator
- Closed
-
RHIDP-1138 `spec.application.image`, `spec.application.replicas` and `spec.application.imagePullSecrets` fields are deprecated
- Closed
-
RHIDP-3023 [Docs] Document how to configure storageClass for PVC created by Operator
- Closed
- relates to
-
RHIDP-3485 Document Deployment customization configuration for Operator
- Closed
- links to