diff options
author | Munir Ahmad <munir.ahmad@bell.ca> | 2017-08-17 12:04:14 -0400 |
---|---|---|
committer | Munir Ahmad <munir.ahmad@bell.ca> | 2017-08-17 12:35:58 -0400 |
commit | e94258e3be0da3a15680de53b1817490c4173759 (patch) | |
tree | a0add5147ff2e3a2da78c8117d237bcdb656758d /kubernetes/policy/dep-brmsgw.yaml | |
parent | 76610be9053a1baf9248c6fd51180d247b5ea773 (diff) |
Revert 0b1332938385cc534b1f034b73f19c145ead87c6
Issue-ID: OOM-66
This reverts commit 0b1332938385cc534b1f034b73f19c145ead87c6.
Change-Id: I05ba7dd5050ee2ef03cf19d1c5c0db03e12a0d4f
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Diffstat (limited to 'kubernetes/policy/dep-brmsgw.yaml')
-rw-r--r-- | kubernetes/policy/dep-brmsgw.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/dep-brmsgw.yaml b/kubernetes/policy/dep-brmsgw.yaml index ce37796f2b..6758abf16a 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.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.0-STAGING-latest name: brmsgw volumeMounts: - mountPath: /tmp/policy-install/config @@ -60,6 +60,6 @@ spec: volumes: - name: pe hostPath: - path: /dockerdata/onapdemo/policy/opt/policy/config/pe/ + path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/ imagePullSecrets: - name: onap-docker-registry-key |