-
Story
-
Resolution: Done
-
Minor
-
None
-
False
-
-
False
-
RHIDP-1431 - Engineering Improvements
-
-
Deprecated Functionality
-
Done
-
-
[2109524066] Upstream Reporter: Gennady Azarenkov
Upstream issue status: Open
Upstream description:
By idea, spec.Application section is for configuration Backstage Application container (app-configs, extra files, env vars...) and it is quite confusing to see configuration of workload k8s objects (such as replicas, network, image etc) here as well.
Proposal is to:
- move backstage runtime configuration (image, replicas, image-pull secrets) on top level
- move route to new Network section
So CR.spec would look like this:
spec: image: my-img imagePullSecrets: [] replicas: 2 application: appConfig: {} extraFiles: {} extraEnvs: {} dynamicPluginsConfigMapName: my-dp-cm database: enableLocalDb: true network: route: {}
Upstream URL: https://github.com/janus-idp/operator/issues/178
- depends on
-
RHIDP-2232 Customizing the deployment by using the custom resource
- Closed
- links to