summaryrefslogtreecommitdiffstats
path: root/compose/config/clamp/KubernetesParticipantParameters.yaml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-07-29 08:14:34 +0000
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>2024-07-29 11:47:23 +0000
commitb837fdc8f0ac8aab67a4af0fcf7103a26ab02bf9 (patch)
treee46a2be5c0ccf7920bf21b5a11ba27d8bfb33bb9 /compose/config/clamp/KubernetesParticipantParameters.yaml
parent4e38c5a0df50fe4fff97dd88ddf776cffb58dcc3 (diff)
Use spring profiles for legacy configurations in regression
Issue-ID: POLICY-5077 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I76a33d684db3d4cb02c23d34d4b132ebf1f9853c
Diffstat (limited to 'compose/config/clamp/KubernetesParticipantParameters.yaml')
-rw-r--r--compose/config/clamp/KubernetesParticipantParameters.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/compose/config/clamp/KubernetesParticipantParameters.yaml b/compose/config/clamp/KubernetesParticipantParameters.yaml
index 76ae9696..ab96f51c 100644
--- a/compose/config/clamp/KubernetesParticipantParameters.yaml
+++ b/compose/config/clamp/KubernetesParticipantParameters.yaml
@@ -87,3 +87,31 @@ logging:
chart:
api:
enabled: false
+
+# legacy config
+---
+
+spring:
+ config:
+ activate:
+ on-profile: legacy
+participant:
+ intermediaryParameters:
+ reportingTimeIntervalMs: 120000
+ participantId: 101c62b3-8918-41b9-a747-d21eb79c6c02
+ clampAutomationCompositionTopics:
+ topicSources:
+ -
+ topic: policy-acruntime-participant
+ servers:
+ - ${topicServer:kafka:9092}
+ topicCommInfrastructure: kafka
+ fetchTimeout: 15000
+ useHttps: false
+ topicSinks:
+ -
+ topic: policy-acruntime-participant
+ servers:
+ - ${topicServer:kafka:9092}
+ topicCommInfrastructure: kafka
+ useHttps: false