aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/templates/deployment.yaml
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-04-25 14:24:51 -0400
committerMike Elliott <mike.elliott@amdocs.com>2018-04-26 15:54:23 -0400
commit0440a32f01c07acf2b965417c951413d53142687 (patch)
treeac983fa3e61a777b0fec57fa403912f078e0ac7a /kubernetes/consul/templates/deployment.yaml
parent324c3e957326cce9523407e4af41077c97e92df6 (diff)
Reduce consul default replica count
Change-Id: Ifff4f3b8163c5f1d057b6a59129aa3aa4dbdc382 Issue-ID: OOM-1008 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/consul/templates/deployment.yaml')
-rw-r--r--kubernetes/consul/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/consul/templates/deployment.yaml b/kubernetes/consul/templates/deployment.yaml
index 504d54cc54..646922b30f 100644
--- a/kubernetes/consul/templates/deployment.yaml
+++ b/kubernetes/consul/templates/deployment.yaml
@@ -35,7 +35,7 @@ spec:
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"