Merge "refactor AAF casablanca charts"
[oom.git] / kubernetes / vnfsdk / values.yaml
index 89630c9..067b3c5 100644 (file)
@@ -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,7 +72,7 @@ nodeSelector: {}
 
 affinity: {}
 
-# Resource Limit flavor -By Default using small 
+# Resource Limit flavor -By Default using small
 flavor: small
 # Segregation for Different environment (Small and Large)
 resources:
@@ -79,6 +90,7 @@ resources:
     requests:
       cpu: 1000m
       memory: 2Gi
+  unlimited: {}
 
 # probe configuration parameters
 liveness: