Reduce consul default replica count
Change-Id: Ifff4f3b8163c5f1d057b6a59129aa3aa4dbdc382
Issue-ID: OOM-1008
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
diff --git a/kubernetes/consul/templates/deployment.yaml b/kubernetes/consul/templates/deployment.yaml
index 504d54c..646922b 100644
--- a/kubernetes/consul/templates/deployment.yaml
+++ b/kubernetes/consul/templates/deployment.yaml
@@ -35,7 +35,7 @@
name: {{ include "common.name" . }}
spec:
containers:
- - image: "{{ .Values.repository | default .Values.global.repository }}/{{ .Values.image }}"
+ - image: "{{ include "common.repository" . }}/{{ .Values.image }}"
command:
- /bin/sh
- "-c"