Update latest application configuration in local charts 98/13698/1
authoraravind.est <aravindhan.a@est.tech>
Thu, 24 Oct 2024 12:44:18 +0000 (13:44 +0100)
committeraravind.est <aravindhan.a@est.tech>
Thu, 24 Oct 2024 12:44:18 +0000 (13:44 +0100)
Local helm charts updated with the latest configuration.

Issue-ID: SMO-154
Change-Id: I07daf0a660e68a12a3bca1ffa373c5745a992541
Signed-off-by: aravind.est <aravindhan.a@est.tech>
charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/values.yaml
charts/smo/topology-exposure-inventory/values.yaml

index 84d50af..127e963 100644 (file)
@@ -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
index 962ccac..1379855 100644 (file)
@@ -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