From d91078588f65d61e4883a358ac35d6ead0e7fdf6 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Wed, 12 Jan 2022 16:45:22 +0100 Subject: [PATCH 1/2] integration.yaml add missing backendTwo.carghold --- services/integration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/integration.yaml b/services/integration.yaml index f2e135bc46..0b51304dd6 100644 --- a/services/integration.yaml +++ b/services/integration.yaml @@ -84,3 +84,6 @@ backendTwo: federatorExternal: host: 127.0.0.1 # in kubernetes, federator..svc.cluster.local port: 9097 + cargohold: + host: 127.0.0.1 + port: 9084 From 237e1a7761abb89d7e8e3e4860e095089dc9ec5d Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Wed, 12 Jan 2022 16:49:23 +0100 Subject: [PATCH 2/2] changelog --- changelog.d/5-internal/fix-integration-yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/5-internal/fix-integration-yaml diff --git a/changelog.d/5-internal/fix-integration-yaml b/changelog.d/5-internal/fix-integration-yaml new file mode 100644 index 0000000000..789f497c98 --- /dev/null +++ b/changelog.d/5-internal/fix-integration-yaml @@ -0,0 +1 @@ +Add missing backendTwo.carghold in integration.yaml