Update vnfsdk version from 1.3.0 to 1.3.2
[oom.git] / kubernetes / vnfsdk / values.yaml
index 0db7744..2b6fd99 100644 (file)
@@ -28,7 +28,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/vnfsdk/refrepo:1.1.1
+image: onap/vnfsdk/refrepo:1.3.2
 postgresRepository: crunchydata
 postgresImage: crunchy-postgres:centos7-10.3-1.8.2
 pullPolicy: Always
@@ -53,6 +53,17 @@ postgres:
     pgPrimaryPassword: postgres
     pgUserPassword: postgres
     pgRootPassword: postgres
+  pgpool:
+    nameOverride: vnfsdk-pgpool
+    service:
+      name: vnfsdk-pgpool
+    credentials:
+      pgusername: postgres
+      pgpassword: postgres
+    container:
+      name:
+        primary: pgpool-primary
+        replica: pgpool-replica
 
 # flag to enable debugging - application support required
 debugEnabled: false
@@ -61,6 +72,26 @@ nodeSelector: {}
 
 affinity: {}
 
+# Resource Limit flavor -By Default using small
+flavor: small
+# Segregation for Different environment (Small and Large)
+resources:
+  small:
+    limits:
+      cpu: 2000m
+      memory: 4Gi
+    requests:
+      cpu: 500m
+      memory: 1Gi
+  large:
+    limits:
+      cpu: 4000m
+      memory: 8Gi
+    requests:
+      cpu: 1000m
+      memory: 2Gi
+  unlimited: {}
+
 # probe configuration parameters
 liveness:
   initialDelaySeconds: 10