diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-03-07 20:39:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-07 20:39:46 +0000 |
commit | 41c491482386f37ac876717e0f565ba0781e2d8a (patch) | |
tree | 01e916cd916a2ee3f82febc90a3a0beb7d333e96 /kubernetes/robot/templates/robot-deployment.yaml | |
parent | 9752007b556bd2fe9f75436667533652b5cf07e9 (diff) | |
parent | 425f0ed3b727d1da38be6a0db2afa8b615b66c9a (diff) |
Merge "Replica scaling of Robot and MSB container"
Diffstat (limited to 'kubernetes/robot/templates/robot-deployment.yaml')
-rw-r--r-- | kubernetes/robot/templates/robot-deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |