[DMAAP][DR] Set replica of Mariadb to 1 77/122077/3
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 21 Jun 2021 14:11:39 +0000 (16:11 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Wed, 23 Jun 2021 09:10:45 +0000 (09:10 +0000)
As decided by TSC, all local databases (not the shared one) should use a
replica of 1 per default.

Issue-ID: OOM-2779
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I664213c1a9c5551e5ad4d7ab5d8ae861244ada08

kubernetes/dmaap/components/dmaap-dr-prov/values.yaml

index df0e270..a82eef8 100644 (file)
@@ -105,7 +105,7 @@ config:
 mariadb:
   name: *dmaap-dr-db
   nameOverride: *dmaap-dr-db
-  replicaCount: 3
+  replicaCount: 1
   db:
     externalSecret: *dbSecretName
     name: datarouter