summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/templates/dep-maria.yaml
diff options
context:
space:
mode:
authorvaibhav_16dec <vaibhav.chopra@amdocs.com>2018-02-15 10:15:44 +0000
committervaibhav_16dec <vaibhav.chopra@amdocs.com>2018-02-15 10:16:38 +0000
commitf785cf3b01acc6dc56a58622109b18dae3bc99c9 (patch)
tree71f9be5f5892938312c5b9b8c045e9fc7082e060 /kubernetes/policy/templates/dep-maria.yaml
parent15ef9b262d5ce97e4536640ef5eefd2ba50fa5fd (diff)
Replica Scaling of Policy Container
Issue-ID: OOM-689 Change-Id: Iff389af637dec0b85e568dd9b4cfa641f11eb3fc Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
Diffstat (limited to 'kubernetes/policy/templates/dep-maria.yaml')
-rw-r--r--kubernetes/policy/templates/dep-maria.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/policy/templates/dep-maria.yaml b/kubernetes/policy/templates/dep-maria.yaml
index c921e8c890..e42230f994 100644
--- a/kubernetes/policy/templates/dep-maria.yaml
+++ b/kubernetes/policy/templates/dep-maria.yaml
@@ -5,6 +5,7 @@ metadata:
name: mariadb
namespace: "{{ .Values.nsPrefix }}-policy"
spec:
+ replicas: {{ .Values.mariadbReplicas }}
selector:
matchLabels:
app: mariadb
@@ -35,4 +36,4 @@ spec:
path: /etc/localtime
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"
-#{{ end }} \ No newline at end of file
+#{{ end }}