Merge "Updated SDK deployment.yaml"
[oom.git] / kubernetes / portal / charts / portal-mariadb / values.yaml
index e6d7d11..e6896f1 100644 (file)
@@ -24,7 +24,7 @@ global: # global defaults
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/portal-db:2.5.0-STAGING-latest
+image: onap/portal-db:2.6.0
 pullPolicy: Always
 
 readinessImage: readiness-check:2.0.0
@@ -36,8 +36,8 @@ config:
   mariadbRootPassword: Aa123456
   #The directory where sql files are found in the projects gerrit repo.
   sqlSourceDirectory: portal/deliveries
-  # sdc frontend assignment for port 8181
-  sdcFePort: "30206"
+  # sdc frontend assignment for port 9443
+  sdcFePort: "30207"
   # application's front end hostname.  Must be resolvable on the client side environment
   sdcFeHostName: "sdc.api.fe.simpledemo.onap.org"
   # policy pap ui assignment for port 8443
@@ -51,7 +51,7 @@ config:
   # aai sparky ui assignment for port 8080
   aaiSparkyPort: "30220"
   # application's front end hostname.  Must be resolvable on the client side environment
-  aaiSparkyHostName: "aai.api.sparky.simpledemo.onap.org"
+  aaiSparkyHostName: "aai.ui.simpledemo.onap.org"
   # cli ui  assignment for port 8080
   cliPort: "30260"
   # application's front end hostname.  Must be resolvable on the client side environment
@@ -111,7 +111,7 @@ persistence:
   ##   GKE, AWS & OpenStack)
   ##
   # storageClass: "-"
-  accessMode: ReadWriteMany
+  accessMode: ReadWriteOnce
   size: 2Gi
   mountPath: /dockerdata-nfs
   mountSubPath: portal/mariadb/data