Prepare installer, pods and Jenkins for Rel THIRTEEN
[osm/devops.git] / installers / docker / osm_pods / mon.yaml
index c71325f..24e2004 100644 (file)
@@ -50,7 +50,7 @@ spec:
         command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 mongodb-k8s 27017); do sleep 3; done; exit 0"]
       containers:
       - name: mon
-        image: opensourcemano/mon:9
+        image: opensourcemano/mon:13
         ports:
         - containerPort: 8662
           protocol: TCP
@@ -64,10 +64,3 @@ spec:
         envFrom:
         - secretRef:
            name: mon-secret
-        volumeMounts:
-        - name: mon-storage
-          mountPath: /app/database
-      volumes:
-      - name: mon-storage
-        hostPath:
-         path: /var/lib/osm/osm_mon_db/_data