Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / policy / components / policy-api / values.yaml
index 0f54144..c76be2f 100755 (executable)
@@ -48,7 +48,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/policy-api:3.0.2
+image: onap/policy-api:3.1.2
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -111,18 +111,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 1Gi
+      cpu: "1"
+      memory: "1Gi"
     requests:
-      cpu: 0.5
-      memory: 1Gi
+      cpu: "0.5"
+      memory: "1Gi"
   large:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: "2"
+      memory: "2Gi"
     requests:
-      cpu: 1
-      memory: 2Gi
+      cpu: "1"
+      memory: "2Gi"
   unlimited: {}
 
 #Pods Service Account