cloudfoundry-community / stratos

Stratos: Web-based Management UI for Cloud Foundry and Kubernetes
MIT License
3 stars 7 forks source link

App-Autoscaler URL hardcoded #98

Open benjaminguttmann-avtq opened 2 months ago

benjaminguttmann-avtq commented 2 months ago

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

norman-abramovitz commented 2 months ago

@krutten or @itsouvalas Can you look into this issue? thanks