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-kb.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kubernetes/sdc/sdc-kb.yaml') diff --git a/kubernetes/sdc/sdc-kb.yaml b/kubernetes/sdc/sdc-kb.yaml index 1f515c9341..b79f4ca17b 100644 --- a/kubernetes/sdc/sdc-kb.yaml +++ b/kubernetes/sdc/sdc-kb.yaml @@ -48,7 +48,7 @@ spec: value: AUTO - name: ELASTICSEARCH_URL value: http://sdc-es:9200 - image: nexus3.onap.org:10001/openecomp/sdc-kibana:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/sdc-kibana:1.0-STAGING-latest name: sdc-kb volumeMounts: - mountPath: /root/chef-solo/environments/ @@ -67,12 +67,12 @@ spec: volumes: - name: sdc-environments hostPath: - path: /dockerdata/onapdemo/sdc/environments + path: /dockerdata-nfs/onapdemo/sdc/environments - name: sdc-localtime hostPath: path: /etc/localtime - name: sdc-logs hostPath: - path: /dockerdata/onapdemo/sdc/logs + path: /dockerdata-nfs/onapdemo/sdc/logs imagePullSecrets: - name: onap-docker-registry-key -- cgit 1.2.3-korg