diff options
author | 2018-02-14 21:07:05 +0000 | |
---|---|---|
committer | 2018-02-14 21:07:05 +0000 | |
commit | 5b2df8cc0f7105bb23b6fd082c59b1a0feaf1e87 (patch) | |
tree | 5f90ebeb25cb36664ef2e46abebee71d906e3d6b /kubernetes/mso/templates/db-deployment.yaml | |
parent | c81e3d03d12b49604a3a801012cc859e01ce2e8e (diff) | |
parent | 263ff0e274caf3c49323e37ead72cbfc09debc34 (diff) |
Merge "Replica Scaling of MSO component"
Diffstat (limited to 'kubernetes/mso/templates/db-deployment.yaml')
-rw-r--r-- | kubernetes/mso/templates/db-deployment.yaml | 1 |
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 |