From 2f19548346c5907b565056b6e077659bb42d14e4 Mon Sep 17 00:00:00 2001 From: vaibhav_16dec Date: Fri, 16 Feb 2018 06:58:06 +0000 Subject: Replica scaling of Clamp and AAF conatiner Issue-ID: OOM-691 Change-Id: Idea9ebc33310cbaf823163cccd6c816477661118 Signed-off-by: vaibhav_16dec --- templates/aaf-cs-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/aaf-cs-deployment.yaml') diff --git a/templates/aaf-cs-deployment.yaml b/templates/aaf-cs-deployment.yaml index be5f6c1..817f876 100644 --- a/templates/aaf-cs-deployment.yaml +++ b/templates/aaf-cs-deployment.yaml @@ -5,7 +5,7 @@ metadata: name: aaf-cs namespace: "{{ .Values.nsPrefix }}" spec: - replicas: 1 + replicas: {{ .Values.aafcsReplicas }} selector: matchLabels: app: aaf-cs -- cgit 1.2.3-korg