From a8214d22bc0803141cf772a456e0409beb443830 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 11 Mar 2025 16:23:39 +0100 Subject: [PATCH] changesets: retire poor bats Signed-off-by: Patrik Oldsberg --- .changeset/poor-bats-retire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/poor-bats-retire.md b/.changeset/poor-bats-retire.md index 66f10f2d6c..8b7d272299 100644 --- a/.changeset/poor-bats-retire.md +++ b/.changeset/poor-bats-retire.md @@ -21,7 +21,7 @@ discovery: plugins: [catalog] ``` -This will now cause requests from the frontend towards the `catalog` plugin to be routed to `https://internal-catalog.acme.org/api/catalog`, but this might not be reachable from the frontend. To fix this, you should update the `discovery.endpoints` configuration to only override the internal URL of the plugin: +This will now cause requests from the frontend towards the `catalog` plugin to be routed to `https://catalog.internal.acme.org/api/catalog`, but this might not be reachable from the frontend. To fix this, you should update the `discovery.endpoints` configuration to only override the internal URL of the plugin: ```yaml discovery: