From: aravind.est Date: Thu, 24 Oct 2024 12:44:18 +0000 (+0100) Subject: Update latest application configuration in local charts X-Git-Tag: 0.1.0~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=459793358be20c891f3ec8fed78642f0c784d69d;p=smo%2Fteiv.git 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 --- 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