commit | f785cf3b01acc6dc56a58622109b18dae3bc99c9 | [log] [tgz] |
---|---|---|
author | vaibhav_16dec <vaibhav.chopra@amdocs.com> | Thu Feb 15 10:15:44 2018 +0000 |
committer | vaibhav_16dec <vaibhav.chopra@amdocs.com> | Thu Feb 15 10:16:38 2018 +0000 |
tree | 71f9be5f5892938312c5b9b8c045e9fc7082e060 | |
parent | 15ef9b262d5ce97e4536640ef5eefd2ba50fa5fd [diff] [blame] |
Replica Scaling of Policy Container Issue-ID: OOM-689 Change-Id: Iff389af637dec0b85e568dd9b4cfa641f11eb3fc Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
diff --git a/kubernetes/policy/templates/dep-brmsgw.yaml b/kubernetes/policy/templates/dep-brmsgw.yaml index 667ccc6..6c0533c 100644 --- a/kubernetes/policy/templates/dep-brmsgw.yaml +++ b/kubernetes/policy/templates/dep-brmsgw.yaml
@@ -5,7 +5,7 @@ name: brmsgw namespace: "{{ .Values.nsPrefix }}-policy" spec: - replicas: 1 + replicas: {{ .Values.brmsgwReplicas }} selector: matchLabels: app: brmsgw