diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-21 16:11:39 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-24 13:55:34 +0000 |
commit | b12cd8fe62fbc0c4f235993ff26d21f11c72f7e4 (patch) | |
tree | 2a20ad76f9f616f65f64c203171d27a66bf260c5 | |
parent | 16c021e9b9bef6cff4a2b166126bf06a90142c1d (diff) |
[DMAAP][DR] Set replica of Mariadb to 1
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
-rw-r--r-- | kubernetes/dmaap/components/dmaap-dr-prov/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml b/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml index df0e270db5..a82eef85d4 100644 --- a/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml +++ b/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml @@ -105,7 +105,7 @@ config: mariadb: name: *dmaap-dr-db nameOverride: *dmaap-dr-db - replicaCount: 3 + replicaCount: 1 db: externalSecret: *dbSecretName name: datarouter |