From 425f0ed3b727d1da38be6a0db2afa8b615b66c9a Mon Sep 17 00:00:00 2001 From: vaibhav_16dec Date: Fri, 16 Feb 2018 07:15:59 +0000 Subject: Replica scaling of Robot and MSB container Issue-ID: OOM-693 Change-Id: Ibcdfd5c2a8c55eb28d6acd16e7a9b0f1faaef65b Signed-off-by: vaibhav_16dec --- kubernetes/robot/templates/robot-deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/robot/templates/robot-deployment.yaml') diff --git a/kubernetes/robot/templates/robot-deployment.yaml b/kubernetes/robot/templates/robot-deployment.yaml index ac176c4039..a978ff4f41 100644 --- a/kubernetes/robot/templates/robot-deployment.yaml +++ b/kubernetes/robot/templates/robot-deployment.yaml @@ -5,6 +5,7 @@ metadata: name: robot namespace: "{{ .Values.nsPrefix }}" spec: + replicas: {{ .Values.robotReplicas }} selector: matchLabels: app: robot -- cgit 1.2.3-korg