Reduce Docker Layers
[aaf/authz.git] / auth / helm / aaf / templates / aaf-service.yaml
index 5b9fe18..fc0ce66 100644 (file)
@@ -65,6 +65,8 @@ spec:
           volumeMounts:
             - mountPath: "/opt/app/osaaf"
               name: aaf-config-vol
+            - mountPath: "/opt/app/aaf/status"
+              name: aaf-status-vol
           env:
             - name: aaf_env
               value: "{{ .Values.services.aaf_env }}"
@@ -97,7 +99,7 @@ spec:
 ### AAF-SERVICE
 ###
       - name: aaf-service
-        image: {{ .Values.image.repository }}onap/aaf/aaf_service:{{ .Values.image.version }}
+        image: {{ .Values.image.repository }}onap/aaf/aaf_core:{{ .Values.image.version }}
         imagePullPolicy: IfNotPresent
         command: ["/bin/bash","-c","cd /opt/app/aaf && /bin/bash bin/pod_wait.sh aaf-service nc aaf-cass.{{ .Release.Namespace }} {{ .Values.services.cass.native_trans_port }} aaf-cass && exec bin/service"]
         volumeMounts: