Slackbot
01/02/2023, 9:53 PMAsaf Erlich
01/02/2023, 10:24 PMMatt Ceroni
01/03/2023, 5:10 PMNote that the baseUrl should be the URL that the browser and
and assumed that means the the URL I put into my browser to access the backstage UI.
Right now I am just trying to get basic setup done and expose the UI (deployed in Kubernetes) through an ingress and the URL at which that is configured (in the ingress controller) is https://services.internal/backstage.
How would I configure that URL so that backstage correctly serves paths?Asaf Erlich
01/03/2023, 5:11 PMAsaf Erlich
01/03/2023, 5:12 PMAsaf Erlich
01/03/2023, 5:13 PMAsaf Erlich
01/03/2023, 5:14 PMAsaf Erlich
01/03/2023, 5:14 PMAsaf Erlich
01/03/2023, 5:15 PMMatt Ceroni
01/03/2023, 5:15 PMAsaf Erlich
01/03/2023, 5:15 PMAsaf Erlich
01/03/2023, 5:15 PMAsaf Erlich
01/03/2023, 5:15 PMMatt Ceroni
01/03/2023, 5:15 PMMatt Ceroni
01/03/2023, 5:15 PMAsaf Erlich
01/03/2023, 5:15 PMMatt Ceroni
01/03/2023, 5:16 PMMatt Ceroni
01/03/2023, 5:16 PMAsaf Erlich
01/03/2023, 5:16 PMMatt Ceroni
01/03/2023, 5:16 PMAsaf Erlich
01/03/2023, 5:16 PMAsaf Erlich
01/03/2023, 5:16 PMMatt Ceroni
01/03/2023, 5:17 PMMatt Ceroni
01/03/2023, 5:18 PMAsaf Erlich
01/03/2023, 9:26 PMAsaf Erlich
01/03/2023, 9:29 PMfd "app-config.*"
app-config.local.yaml
app-config.yaml
config/app-config.local.yaml
config/app-config.production.yaml
config/app-config.stage.yaml
The first is actually a symlink to the one inside the config folder. In the startup command for the container we actually pass in the flags --config app-config.yaml --config config/app-config.<env>.yaml
and we have different ones for stage and prod.Asaf Erlich
01/03/2023, 9:30 PM