diff options
author | vaibhav_16dec <vaibhav.chopra@amdocs.com> | 2018-02-16 07:15:59 +0000 |
---|---|---|
committer | Vaibhav Chopra <vaibhav.chopra@amdocs.com> | 2018-03-07 15:28:22 +0000 |
commit | 425f0ed3b727d1da38be6a0db2afa8b615b66c9a (patch) | |
tree | 11f9e9aa4a84614fc292b7bb2d5b46ba23227aef /kubernetes/robot/values.yaml | |
parent | 8c4e3d3f261ff6f4f32ae84cfc519f4b55172aee (diff) |
Replica scaling of Robot and MSB container
Issue-ID: OOM-693
Change-Id: Ibcdfd5c2a8c55eb28d6acd16e7a9b0f1faaef65b
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rw-r--r-- | kubernetes/robot/values.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 221b572264..6aadd93647 100644 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -1,6 +1,7 @@ nsPrefix: onap pullPolicy: Always nodePortPrefix: 302 +robotReplicas: 1 image: testsuite: nexus3.onap.org:10001/openecomp/testsuite:1.1-STAGING-latest |