aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cps/components/cps-temporal/values.yaml
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-09-13 17:25:39 -0400
committerBruno Sakoto <bruno.sakoto@bell.ca>2021-09-21 14:41:54 -0400
commit0673de941307e4b29853706750542a446fea82f0 (patch)
treeaf35cdd28704d5de5685d07de0140dd53367525c /kubernetes/cps/components/cps-temporal/values.yaml
parentb62b9cf9e7e5248972baa619c6d015459187cd64 (diff)
[CPS] Improve cps temporal charts
* To be consistent, kafka configuration can now be provided using config.eventConsumption properties, for all protocols. * Default topic name is set to 'cps.data-updated-events' to reflect the type of events it receives. * CPS readme file is removed. Issue-ID: CPS-672 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Iaaf1f330389c5b37277e5c8dce66dff69f5a49a9
Diffstat (limited to 'kubernetes/cps/components/cps-temporal/values.yaml')
-rw-r--r--kubernetes/cps/components/cps-temporal/values.yaml15
1 files changed, 8 insertions, 7 deletions
diff --git a/kubernetes/cps/components/cps-temporal/values.yaml b/kubernetes/cps/components/cps-temporal/values.yaml
index 6874fa2ff0..da055d0242 100644
--- a/kubernetes/cps/components/cps-temporal/values.yaml
+++ b/kubernetes/cps/components/cps-temporal/values.yaml
@@ -140,19 +140,20 @@ config:
profile: helm
#appUserPassword:
+ # Event consumption (kafka) properties
+ # All Kafka properties must be in "key: value" format instead of yaml.
+ eventConsumption:
+ spring.kafka.bootstrap-servers: message-router-kafka:9092
+ spring.kafka.security.protocol: PLAINTEXT
+ spring.kafka.consumer.group-id: cps-temporal-group
+ app.listener.data-updated.topic: cps.data-updated-events
+
# Any new property can be added in the env by setting in overrides in the format mentioned below
# All the added properties must be in "key: value" format instead of yaml.
# additional:
# spring.config.max-size: 200
# spring.config.min-size: 10
- kafka:
- service: message-router-kafka
- port: 9092
- listenerTopic: cps.cfg-state-events
- consumerGroupId: cps-temporal-group
- protocol: PLAINTEXT
-
logging:
level: INFO
path: /tmp