[WIP] Add new AAI configuration files
[oom.git] / kubernetes / aai / sparky-be-deployment.yaml
index 3abfc67..931e38e 100644 (file)
@@ -13,7 +13,9 @@ spec:
       name: sparky-be
     spec:
       containers:
-      - env:
+      - name: sparky-be
+        image: nexus3.onap.org:10001/openecomp/sparky-be:1.1-STAGING-latest
+        env:
         - name: CONFIG_HOME
           value: /opt/app/sparky/config/
         - name: PATH
@@ -24,20 +26,11 @@ spec:
           value: OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
         - name: KEY_STORE_PASSWORD
           value: OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
-        image: nexus3.onap.org:10001/openecomp/sparky-be:1.1-STAGING-latest
-        name: sparky-be
         volumeMounts:
         - mountPath: /opt/app/sparky/config/
           name: aai-sparky-be-config
         - mountPath: /logs/
           name: aai-sparky-be-logs
-      volumes:
-        - name: aai-sparky-be-config
-          hostPath:
-            path: /dockerdata/onapdemo/aai/sparky-be/config/
-        - name: aai-sparky-be-logs
-          hostPath:
-            path: /dockerdata/onapdemo/aai/sparky-be/logs/
         ports:
         - containerPort: 8000
         - containerPort: 9517
@@ -46,6 +39,13 @@ spec:
             port: 8080
           initialDelaySeconds: 5
           periodSeconds: 10
+      volumes:
+      - name: aai-sparky-be-config
+        hostPath:
+          path: /dockerdata/onapdemo/aai/sparky-be/appconfig/
+      - name: aai-sparky-be-logs
+        hostPath:
+          path: /dockerdata/onapdemo/aai/sparky-be/logs/
       restartPolicy: Always
       imagePullSecrets:
       - name: onap-docker-registry-key