summaryrefslogtreecommitdiffstats
path: root/kubernetes/mso/templates/db-deployment.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-02-14 21:07:05 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-14 21:07:05 +0000
commit5b2df8cc0f7105bb23b6fd082c59b1a0feaf1e87 (patch)
tree5f90ebeb25cb36664ef2e46abebee71d906e3d6b /kubernetes/mso/templates/db-deployment.yaml
parentc81e3d03d12b49604a3a801012cc859e01ce2e8e (diff)
parent263ff0e274caf3c49323e37ead72cbfc09debc34 (diff)
Merge "Replica Scaling of MSO component"
Diffstat (limited to 'kubernetes/mso/templates/db-deployment.yaml')
-rw-r--r--kubernetes/mso/templates/db-deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/mso/templates/db-deployment.yaml b/kubernetes/mso/templates/db-deployment.yaml
index e6f09c565c..cc4c656a04 100644
--- a/kubernetes/mso/templates/db-deployment.yaml
+++ b/kubernetes/mso/templates/db-deployment.yaml
@@ -5,6 +5,7 @@ metadata:
name: mariadb
namespace: "{{ .Values.nsPrefix }}-mso"
spec:
+ replicas: {{ .Values.dbReplicas }}
selector:
matchLabels:
app: mariadb