diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-01 19:37:24 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-01 19:40:04 +0000 |
commit | e4fa91b5fc6f3cf77a0a7faf2abe5b472386c369 (patch) | |
tree | b2850844334fb7659f6031a2b4613c34a9eba2ae /kubernetes/sdc/templates/sdc-fe.yaml | |
parent | ce628cfc6b37580d7ce0d400eecaef5441c9fa6c (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/templates/sdc-fe.yaml')
-rw-r--r-- | kubernetes/sdc/templates/sdc-fe.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
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 |