Merge "Add babel trustStore and config to model-loader"
[oom.git] / kubernetes / vnfsdk / values.yaml
index 200821c..0db7744 100644 (file)
@@ -29,24 +29,30 @@ global:
 # application image
 repository: nexus3.onap.org:10001
 image: onap/vnfsdk/refrepo:1.1.1
+postgresRepository: crunchydata
+postgresImage: crunchy-postgres:centos7-10.3-1.8.2
 pullPolicy: Always
 
+# application configuration override for postgres
 postgres:
   nameOverride: vnfsdk-postgres
   service:
     name: vnfsdk-dbset
     name2: vnfsdk-dbpri
     name3: vnfsdk-dbrep
-  nfsprovisionerPrefix: vnfsdk
-  persistence:
-    mountSubPath: vnfsdk/data
-    mountInitPath: vnfsdk
-    enabled: true
-  disableNfsProvisioner: true
   container:
     name:
       primary: vnfsdk-dbpri
       replica: vnfsdk-dbrep
+  persistence:
+    mountSubPath: vnfsdk/data
+    mountInitPath: vnfsdk
+  config:
+    pgUserName: postgres
+    pgDatabase: postgres
+    pgPrimaryPassword: postgres
+    pgUserPassword: postgres
+    pgRootPassword: postgres
 
 # flag to enable debugging - application support required
 debugEnabled: false