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/sdnc/sdnc-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/sdnc/sdnc-deployment.yaml') diff --git a/kubernetes/sdnc/sdnc-deployment.yaml b/kubernetes/sdnc/sdnc-deployment.yaml index d577b82300..0dc48393e4 100644 --- a/kubernetes/sdnc/sdnc-deployment.yaml +++ b/kubernetes/sdnc/sdnc-deployment.yaml @@ -46,7 +46,7 @@ spec: value: openECOMP1.0 - name: SDNC_CONFIG_DIR value: /opt/openecomp/sdnc/data/properties - image: nexus3.onap.org:10001/openecomp/sdnc-image:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/sdnc-image:1.0-STAGING-latest name: sdnc-controller-container volumeMounts: - mountPath: /opt/openecomp/sdnc/data/properties @@ -61,6 +61,6 @@ spec: volumes: - name: sdnc-conf hostPath: - path: /dockerdata/onapdemo/sdnc/conf + path: /dockerdata-nfs/onapdemo/sdnc/conf imagePullSecrets: - name: onap-docker-registry-key -- cgit 1.2.3-korg