summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/templates/appc-deployment.yaml
diff options
context:
space:
mode:
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"