[ ] Docker, single container deploying all components
[ ] npm run start
[ ] Other (please specify below)
Backend (Jet Stream) Deployment type
[X] Cloud Foundry Application (cf push)
[ ] Kubernetes, using a helm chart
[ ] Docker, single container deploying all components
[ ] Other (please specify below)
Expected behaviour
Actual behaviour
Detailed Description
The URL for the App-Autoscaler should be configurable.
Context
Currently the URL for the App-Autoscaler is hardcoded. Beginning with version v14.0.0 the instance_groups of app-autoscaler have been split and partially renamed, this also affected the routes registered for the components. The Autoscaler-API is no longer registered with autoscaler.((system_domain)) but with app-autosclaler.((system_domain)).
Stratos Version
v4.8.0
Frontend Deployment type
Backend (Jet Stream) Deployment type
Expected behaviour
Actual behaviour
Detailed Description
The URL for the App-Autoscaler should be configurable.
Context
Currently the URL for the App-Autoscaler is hardcoded. Beginning with version v14.0.0 the instance_groups of app-autoscaler have been split and partially renamed, this also affected the routes registered for the components. The Autoscaler-API is no longer registered with autoscaler.((system_domain)) but with app-autosclaler.((system_domain)).
Possible Implementation