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/uui/templates | |
parent | b1ab3842a9e2927bdcd80a4f3d9e1081a960399d (diff) | |
parent | 65bb2de85824b4cd99e03108b63c6f893b62fbb3 (diff) |
Merge "Replica Scaling of MultiCloud and UUI container"
Diffstat (limited to 'kubernetes/uui/templates')
-rw-r--r-- | kubernetes/uui/templates/uui-deployment.yaml | 1 | ||||
-rw-r--r-- | kubernetes/uui/templates/uui-server-deployment.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/uui/templates/uui-deployment.yaml b/kubernetes/uui/templates/uui-deployment.yaml index 1e18009be5..668574918b 100644 --- a/kubernetes/uui/templates/uui-deployment.yaml +++ b/kubernetes/uui/templates/uui-deployment.yaml @@ -7,6 +7,7 @@ metadata: name: uui namespace: "{{ .Values.nsPrefix }}" spec: + replicas: {{ .Values.uuiReplicas }} selector: matchLabels: app: uui diff --git a/kubernetes/uui/templates/uui-server-deployment.yaml b/kubernetes/uui/templates/uui-server-deployment.yaml index e3c58a87e6..01c87e9450 100644 --- a/kubernetes/uui/templates/uui-server-deployment.yaml +++ b/kubernetes/uui/templates/uui-server-deployment.yaml @@ -7,6 +7,7 @@ metadata: name: uui-server namespace: "{{ .Values.nsPrefix }}" spec: + replicas: {{ .Values.uuiServerReplicas }} selector: matchLabels: app: uui-server |