diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-05 17:16:57 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-05-21 12:09:56 +0000 |
commit | 5432dd8b52f054087e4311ff996ee23bde2bed3b (patch) | |
tree | 80cadb234add655f90694b22375204088eaecb2f /kubernetes/vfc/values.yaml | |
parent | faee15607fea85ff245b2a30be8436c6eb5e45c2 (diff) |
[COMMON][MARIADB] Give higher requests/limits
With stability tests, we see that mariadb gets OOM killed and has some
CPU throttling.
Putting higher limits in order to make it no happen.
Scaling also replicas from VFC and APPC db from 3 to 1.
Issue-ID: INT-1883
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I2699b34ac5fcaa805c6fc01592c5a5f607b17fae
(cherry picked from commit 4d04706a2295529efbc265091979971dc90c8382)
Diffstat (limited to 'kubernetes/vfc/values.yaml')
-rw-r--r-- | kubernetes/vfc/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/vfc/values.yaml b/kubernetes/vfc/values.yaml index 19197c7f76..0560832a5f 100644 --- a/kubernetes/vfc/values.yaml +++ b/kubernetes/vfc/values.yaml @@ -55,6 +55,7 @@ mariadb-galera: disableNfsProvisioner: true serviceAccount: nameOverride: *vfc-mariadb + replicaCount: 1 db: &dbConfig mariadbService: vfc-mariadb @@ -100,4 +101,4 @@ vfc-workflow-engine: workflowPort: 10550 vfc-zte-vnfm-driver: - enabled: true
\ No newline at end of file + enabled: true |