From 459793358be20c891f3ec8fed78642f0c784d69d Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Thu, 24 Oct 2024 13:44:18 +0100 Subject: [PATCH] Update latest application configuration in local charts Local helm charts updated with the latest configuration. Issue-ID: SMO-154 Change-Id: I07daf0a660e68a12a3bca1ffa373c5745a992541 Signed-off-by: aravind.est --- .../charts/topology-exposure-inventory/values.yaml | 11 ++++++----- charts/smo/topology-exposure-inventory/values.yaml | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/values.yaml b/charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/values.yaml index 84d50af..127e963 100644 --- a/charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/values.yaml +++ b/charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/values.yaml @@ -136,12 +136,13 @@ application: retry-attempts: 2147483647 retry-interval-ms: 1000 topology-ingestion: + topic: + name: topology-inventory-ingestion + partitions: 1 + replicas: 1 + retention-ms: 86400000 + retention-bytes: 104857600 consumer: - topic: - name: topology-inventory-ingestion - partitions: 4 - replicas: 1 - retention-ms: 86400000 group-id: topology-inventory-ingestion-consumer auto-offset-reset: earliest max-poll-records: 500 diff --git a/charts/smo/topology-exposure-inventory/values.yaml b/charts/smo/topology-exposure-inventory/values.yaml index 962ccac..1379855 100644 --- a/charts/smo/topology-exposure-inventory/values.yaml +++ b/charts/smo/topology-exposure-inventory/values.yaml @@ -152,12 +152,13 @@ application: &applicationConfig retry-attempts: 2147483647 retry-interval-ms: 1000 topology-ingestion: + topic: + name: topology-inventory-ingestion + partitions: 1 + replicas: 1 + retention-ms: 86400000 + retention-bytes: 104857600 consumer: - topic: - name: topology-inventory-ingestion - partitions: 4 - replicas: 1 - retention-ms: 86400000 group-id: topology-inventory-ingestion-consumer auto-offset-reset: earliest max-poll-records: 500 -- 2.16.6