summaryrefslogtreecommitdiffstats
path: root/kubernetes/mso/templates/mso-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/mso-deployment.yaml
parentc81e3d03d12b49604a3a801012cc859e01ce2e8e (diff)
parent263ff0e274caf3c49323e37ead72cbfc09debc34 (diff)
Merge "Replica Scaling of MSO component"
Diffstat (limited to 'kubernetes/mso/templates/mso-deployment.yaml')
-rw-r--r--kubernetes/mso/templates/mso-deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/mso/templates/mso-deployment.yaml b/kubernetes/mso/templates/mso-deployment.yaml
index 580facdaa6..b4146401c4 100644
--- a/kubernetes/mso/templates/mso-deployment.yaml
+++ b/kubernetes/mso/templates/mso-deployment.yaml
@@ -5,7 +5,7 @@ metadata:
name: mso
namespace: "{{ .Values.nsPrefix }}-mso"
spec:
- replicas: 1
+ replicas: {{ .Values.msoReplicas }}
selector:
matchLabels:
app: mso