Skip to content

Commit 340bf72

Browse files
authored
for time being we can use localhost in both dev and rhdh pod scenarios (#648)
1 parent 13a7a3a commit 340bf72

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-catalog-backend-module-model-catalog': minor
3+
---
4+
5+
simplifying model catalog entity provider configuration until running the bridge as a pod is officially supported

workspaces/ai-integrations/app-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,7 @@ catalog:
9494
modelCatalog:
9595
# The field underneath here can be any value that you feel represents your model catalog bridge instance
9696
development:
97-
# If testing locally, this value should be set to `localhost:9090`
98-
baseUrl: '${RHDH_AI_BRIDGE_SERVER}'
97+
# `http://localhost:9090` works in both local testing and when the bridge is running as a sidecar
98+
# we'll hardcode for now and see about env vars later on once we officially take on running the bridge as
99+
# a separate pod
100+
baseUrl: 'http://localhost:9090'

0 commit comments

Comments
 (0)