diff options
author | Munir Ahmad <munir.ahmad@bell.ca> | 2017-12-14 10:57:48 -0500 |
---|---|---|
committer | Munir Ahmad <munir.ahmad@bell.ca> | 2017-12-15 15:12:10 +0000 |
commit | 9d932016e610293305f4446eafcbc9183a21112a (patch) | |
tree | 3f4b56406a80150666c2adf25e2229a332a5fdf7 /kubernetes/sdc/templates | |
parent | 258d021298259d74de861bf06f9c7c1048212a77 (diff) |
Fix SDC-ES Connection refused
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Issue-ID: OOM-515
Change-Id: Ia87da1e2f24aa36e9f3ce43404ee4f1ff8635a79
Diffstat (limited to 'kubernetes/sdc/templates')
-rw-r--r-- | kubernetes/sdc/templates/sdc-es.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/kubernetes/sdc/templates/sdc-es.yaml b/kubernetes/sdc/templates/sdc-es.yaml index aff280d838..1d2ba4805b 100644 --- a/kubernetes/sdc/templates/sdc-es.yaml +++ b/kubernetes/sdc/templates/sdc-es.yaml @@ -30,8 +30,6 @@ spec: - name: ES_HEAP_SIZE value: "1024M" volumeMounts: - - mountPath: /usr/share/elasticsearch/data/ - name: sdc-sdc-es-es - mountPath: /root/chef-solo/environments/ name: sdc-environments - mountPath: /etc/localtime @@ -48,9 +46,6 @@ spec: initialDelaySeconds: 5 periodSeconds: 10 volumes: - - name: sdc-sdc-es-es - hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdc/sdc-es/ES - name: sdc-environments hostPath: path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdc/environments @@ -62,4 +57,4 @@ spec: path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdc/logs imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" -#{{ end }}
\ No newline at end of file +#{{ end }} |