summaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/templates/uui-server-deployment.yaml
diff options
context:
space:
mode:
authorvaibhav_16dec <vaibhav.chopra@amdocs.com>2018-02-16 07:46:32 +0000
committervaibhav_16dec <vaibhav.chopra@amdocs.com>2018-03-07 15:03:58 +0000
commit65bb2de85824b4cd99e03108b63c6f893b62fbb3 (patch)
tree20cf196c59418d6a866c9149a680d3d61288e071 /kubernetes/uui/templates/uui-server-deployment.yaml
parent8c4e3d3f261ff6f4f32ae84cfc519f4b55172aee (diff)
Replica Scaling of MultiCloud and UUI container
Issue-ID: OOM-696 Change-Id: Id2aa33af6e13e08883aad8b78ef7b797cb03d11d Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
Diffstat (limited to 'kubernetes/uui/templates/uui-server-deployment.yaml')
-rw-r--r--kubernetes/uui/templates/uui-server-deployment.yaml1
1 files changed, 1 insertions, 0 deletions
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