VID 1.1 work

-Updating yamls, and config pod data
-VID UI comes up when launched in portal,
however certain fields do not as I believe it depends on
AAI being up.

Issue-ID: OOM-152

Change-Id: I5a64b28e4c8062959e081ddb81367c227c079df1
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
diff --git a/kubernetes/vid/vid-mariadb-deployment.yaml b/kubernetes/vid/vid-mariadb-deployment.yaml
index 93a798a..c34bce9 100644
--- a/kubernetes/vid/vid-mariadb-deployment.yaml
+++ b/kubernetes/vid/vid-mariadb-deployment.yaml
@@ -15,11 +15,11 @@
       name: vid-mariadb
     spec:
       containers:
-      - image: mariadb:10
+      - image: nexus3.onap.org:10001/library/mariadb:10
         name: vid-mariadb
         env:
         - name: MYSQL_DATABASE
-          value: vid_openecomp
+          value: vid_openecomp_epsdk
         - name: MYSQL_USER
           value: vidadmin
         - name: MYSQL_PASSWORD