diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-03-07 20:38:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-07 20:38:23 +0000 |
commit | 23d155ec787e0260503a4f9eb9d379711f6239e6 (patch) | |
tree | ba16a273aaff33b76e98f4c01c522426a5c3869e /kubernetes/multicloud/templates/multicloud-vio-deployment.yaml | |
parent | b1ab3842a9e2927bdcd80a4f3d9e1081a960399d (diff) | |
parent | 65bb2de85824b4cd99e03108b63c6f893b62fbb3 (diff) |
Merge "Replica Scaling of MultiCloud and UUI container"
Diffstat (limited to 'kubernetes/multicloud/templates/multicloud-vio-deployment.yaml')
-rw-r--r-- | kubernetes/multicloud/templates/multicloud-vio-deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/multicloud/templates/multicloud-vio-deployment.yaml b/kubernetes/multicloud/templates/multicloud-vio-deployment.yaml index df99542051..7919bc89f5 100644 --- a/kubernetes/multicloud/templates/multicloud-vio-deployment.yaml +++ b/kubernetes/multicloud/templates/multicloud-vio-deployment.yaml @@ -5,6 +5,7 @@ metadata: name: multicloud-vio namespace: "{{ .Values.nsPrefix }}" spec: + replicas: {{ .Values.vioReplicas }} selector: matchLabels: app: multicloud-vio |