From 9120b2740098f127f3be9bf4149e83885921dfe9 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Tue, 11 Jul 2023 22:03:28 +0100 Subject: Fix participant simulator port mapping in CSIT Issue-ID: POLICY-4738 Signed-off-by: zrrmmua Change-Id: Ia0153d775129582693308c4793b05540f5294148 (cherry picked from commit a3b2a48c3d3810d46aad53b28bc3bafdf226e055) --- compose/config/clamp/SimulatorParticipantParameters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/config/clamp/SimulatorParticipantParameters.yaml b/compose/config/clamp/SimulatorParticipantParameters.yaml index 0a7e9efd..6ec594f2 100644 --- a/compose/config/clamp/SimulatorParticipantParameters.yaml +++ b/compose/config/clamp/SimulatorParticipantParameters.yaml @@ -43,7 +43,7 @@ management: exposure: include: health, metrics, prometheus server: - port: 8087 + port: 6969 ssl: enabled: false servlet: -- cgit 1.2.3-korg