From 0b1332938385cc534b1f034b73f19c145ead87c6 Mon Sep 17 00:00:00 2001 From: Munir Ahmad Date: Tue, 15 Aug 2017 15:36:46 -0400 Subject: onap 1.1 deployment files work in progress... issue-id: OOM-66 Change-Id: If6553647343bb07464e8cc8556223f0c7a01f134 Signed-off-by: Munir Ahmad --- kubernetes/policy/dep-brmsgw.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/policy/dep-brmsgw.yaml') diff --git a/kubernetes/policy/dep-brmsgw.yaml b/kubernetes/policy/dep-brmsgw.yaml index 6758abf16a..ce37796f2b 100644 --- a/kubernetes/policy/dep-brmsgw.yaml +++ b/kubernetes/policy/dep-brmsgw.yaml @@ -52,7 +52,7 @@ spec: - /bin/bash - ./do-start.sh - brmsgw - image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.0-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.1-STAGING-latest name: brmsgw volumeMounts: - mountPath: /tmp/policy-install/config @@ -60,6 +60,6 @@ spec: volumes: - name: pe hostPath: - path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/ + path: /dockerdata/onapdemo/policy/opt/policy/config/pe/ imagePullSecrets: - name: onap-docker-registry-key -- cgit 1.2.3-korg