aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/templates
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-03-07 20:37:56 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-07 20:37:56 +0000
commitb1ab3842a9e2927bdcd80a4f3d9e1081a960399d (patch)
tree9322e9351ccad983ea38bffc45aa964566ac5fe5 /kubernetes/aaf/templates
parent02c408f4c03095a5532c87f4735858af18a9e7e1 (diff)
parentb508e0f8290265bee321f709e0cb21027c12f290 (diff)
Merge "Replica scaling of Clamp and AAF conatiner"
Diffstat (limited to 'kubernetes/aaf/templates')
-rw-r--r--kubernetes/aaf/templates/aaf-cs-deployment.yaml2
-rw-r--r--kubernetes/aaf/templates/aaf-deployment.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/aaf/templates/aaf-cs-deployment.yaml b/kubernetes/aaf/templates/aaf-cs-deployment.yaml
index be5f6c1c54..817f876f6f 100644
--- a/kubernetes/aaf/templates/aaf-cs-deployment.yaml
+++ b/kubernetes/aaf/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
diff --git a/kubernetes/aaf/templates/aaf-deployment.yaml b/kubernetes/aaf/templates/aaf-deployment.yaml
index 50c3e5ad94..c084cd36b6 100644
--- a/kubernetes/aaf/templates/aaf-deployment.yaml
+++ b/kubernetes/aaf/templates/aaf-deployment.yaml
@@ -7,6 +7,7 @@ metadata:
name: aaf
namespace: "{{ .Values.nsPrefix }}"
spec:
+ replicas: {{ .Values.aafReplicas }}
selector:
matchLabels:
app: aaf