From e94258e3be0da3a15680de53b1817490c4173759 Mon Sep 17 00:00:00 2001 From: Munir Ahmad Date: Thu, 17 Aug 2017 12:04:14 -0400 Subject: Revert 0b1332938385cc534b1f034b73f19c145ead87c6 Issue-ID: OOM-66 This reverts commit 0b1332938385cc534b1f034b73f19c145ead87c6. Change-Id: I05ba7dd5050ee2ef03cf19d1c5c0db03e12a0d4f Signed-off-by: Munir Ahmad --- kubernetes/sdc/sdc-fe.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kubernetes/sdc/sdc-fe.yaml') diff --git a/kubernetes/sdc/sdc-fe.yaml b/kubernetes/sdc/sdc-fe.yaml index e2fdb4825b..d984bbedb8 100644 --- a/kubernetes/sdc/sdc-fe.yaml +++ b/kubernetes/sdc/sdc-fe.yaml @@ -55,7 +55,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: nexus3.onap.org:10001/openecomp/sdc-frontend:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/sdc-frontend:1.0-STAGING-latest volumeMounts: - mountPath: /usr/share/elasticsearch/data/ name: sdc-sdc-es-es @@ -80,21 +80,21 @@ spec: volumes: - name: sdc-sdc-es-es hostPath: - path: /dockerdata/onapdemo/sdc/sdc-es/ES + path: /dockerdata-nfs/onapdemo/sdc/sdc-es/ES - name: sdc-environments hostPath: - path: /dockerdata/onapdemo/sdc/environments + path: /dockerdata-nfs/onapdemo/sdc/environments - name: sdc-jetty-keystore hostPath: - path: /dockerdata/onapdemo/sdc/jetty/keystore + path: /dockerdata-nfs/onapdemo/sdc/jetty/keystore - name: sdc-localtime hostPath: path: /etc/localtime - name: sdc-logs hostPath: - path: /dockerdata/onapdemo/sdc/logs + path: /dockerdata-nfs/onapdemo/sdc/logs - name: sdc-fe-config hostPath: - path: /dockerdata/onapdemo/sdc/sdc-fe/FE_2_setup_configuration.rb + path: /dockerdata-nfs/onapdemo/sdc/sdc-fe/FE_2_setup_configuration.rb imagePullSecrets: - name: onap-docker-registry-key -- cgit 1.2.3-korg