summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-09-01 19:37:24 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-09-01 19:40:04 +0000
commite4fa91b5fc6f3cf77a0a7faf2abe5b472386c369 (patch)
treeb2850844334fb7659f6031a2b4613c34a9eba2ae /kubernetes/sdc
parentce628cfc6b37580d7ce0d400eecaef5441c9fa6c (diff)
fixing failed SDC FE and BE startup
- a new sdcfe/be image was failing because of a file conflict with the keystore file that was mounted into the pods. fix was to remove mount and let chef do its thing inside the pods Issue-ID: OOM-259 Change-Id: Ib7937da71adf0a20c90d6efca71ccfb7c550f42d Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/sdc')
-rw-r--r--kubernetes/sdc/templates/sdc-be.yaml5
-rw-r--r--kubernetes/sdc/templates/sdc-fe.yaml5
2 files changed, 0 insertions, 10 deletions
diff --git a/kubernetes/sdc/templates/sdc-be.yaml b/kubernetes/sdc/templates/sdc-be.yaml
index 38a239e714..d853f18f91 100644
--- a/kubernetes/sdc/templates/sdc-be.yaml
+++ b/kubernetes/sdc/templates/sdc-be.yaml
@@ -79,8 +79,6 @@ spec:
name: sdc-sdc-es-es
- mountPath: /root/chef-solo/environments/
name: sdc-environments
- - mountPath: /var/lib/jetty/etc/keystore
- name: sdc-jetty-keystore
- mountPath: /etc/localtime
name: sdc-localtime
- mountPath: /var/lib/jetty/logs
@@ -100,9 +98,6 @@ spec:
- name: sdc-environments
hostPath:
path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdc/environments
- - name: sdc-jetty-keystore
- hostPath:
- path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdc/jetty/keystore
- name: sdc-localtime
hostPath:
path: /etc/localtime
diff --git a/kubernetes/sdc/templates/sdc-fe.yaml b/kubernetes/sdc/templates/sdc-fe.yaml
index 53759dc685..915d18b786 100644
--- a/kubernetes/sdc/templates/sdc-fe.yaml
+++ b/kubernetes/sdc/templates/sdc-fe.yaml
@@ -63,8 +63,6 @@ spec:
name: sdc-sdc-es-es
- mountPath: /root/chef-solo/environments/
name: sdc-environments
- - mountPath: /var/lib/jetty/etc/keystore
- name: sdc-jetty-keystore
- mountPath: /etc/localtime
name: sdc-localtime
- mountPath: /var/lib/jetty/logs
@@ -86,9 +84,6 @@ spec:
- name: sdc-environments
hostPath:
path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdc/environments
- - name: sdc-jetty-keystore
- hostPath:
- path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdc/jetty/keystore
- name: sdc-localtime
hostPath:
path: /etc/localtime