summaryrefslogtreecommitdiffstats
path: root/templates/aai-deployment.yaml
diff options
context:
space:
mode:
authorvaibhav_16dec <vaibhav.chopra@amdocs.com>2018-02-14 05:32:10 +0000
committervaibhav_16dec <vaibhav.chopra@amdocs.com>2018-02-15 08:19:54 +0000
commit07019bcde60278dcc207b59ed26acd52bd2f9c56 (patch)
tree598b2216ef1b66a79878814ee6ae4c5a6b369694 /templates/aai-deployment.yaml
parent887165154196c36afcf17df2ef691ac5b0aaa9d3 (diff)
Replica Scaling of AAI Container
Issue-ID: OOM-684 Change-Id: Ic642c248b3650dd645d1f7cb1442868b51f23f56 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
Diffstat (limited to 'templates/aai-deployment.yaml')
-rw-r--r--templates/aai-deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/aai-deployment.yaml b/templates/aai-deployment.yaml
index e0e422b..4e8d82f 100644
--- a/templates/aai-deployment.yaml
+++ b/templates/aai-deployment.yaml
@@ -5,6 +5,7 @@ metadata:
name: aai-service
namespace: "{{ .Values.nsPrefix }}-aai"
spec:
+ replicas: {{ .Values.aaiServiceReplicas }}
selector:
matchLabels:
app: aai-service