summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/templates/appc-deployment.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-10-05 22:08:08 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-10-11 13:41:15 +0000
commit9743d846bf3acfca22af3e2d5310ddd0b3df3ac8 (patch)
tree71b554fc9fc2ebf1bd89a17e44b3039269befdc4 /kubernetes/appc/templates/appc-deployment.yaml
parent40cdf49a6888326a1af68530203847662fcfe398 (diff)
syncing up appc config
Issue-ID: OOM-338 Change-Id: Iac2e50f606285ceb7e64f2b2305d7a9e5ab680ae Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/appc/templates/appc-deployment.yaml')
-rw-r--r--kubernetes/appc/templates/appc-deployment.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/kubernetes/appc/templates/appc-deployment.yaml b/kubernetes/appc/templates/appc-deployment.yaml
index f320fee539..9beaacaa66 100644
--- a/kubernetes/appc/templates/appc-deployment.yaml
+++ b/kubernetes/appc/templates/appc-deployment.yaml
@@ -62,10 +62,8 @@ spec:
name: appc-properties
- mountPath: /opt/openecomp/appc/data/properties/aaiclient.properties
name: appc-aaiclient-properties
- - mountPath: /opt/openecomp/sdnc/data/properties/aaiclient.properties
+ - mountPath: /opt/onap/sdnc/data/properties/aaiclient.properties
name: sdnc-aaiclient-properties
- - mountPath: /opt/openecomp/sdnc/data/properties/admportal.json
- name: sdnc-admportal-json
- mountPath: /var/log/onap
name: appc-logs
- mountPath: /opt/opendaylight/current/etc/org.ops4j.pax.logging.cfg
@@ -111,8 +109,5 @@ spec:
- name: sdnc-aaiclient-properties
hostPath:
path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdnc/conf/aaiclient.properties
- - name: sdnc-admportal-json
- hostPath:
- path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdnc/conf/admportal.json
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"