Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / policy / components / policy-distribution / values.yaml
index 0fc6443..ba160c8 100755 (executable)
@@ -58,7 +58,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/policy-distribution:3.1.0
+image: onap/policy-distribution:3.1.2
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -128,10 +128,10 @@ resources:
   small:
     limits:
       cpu: "1"
-      memory: "0.5Gi"
+      memory: "500Mi"
     requests:
       cpu: "0.5"
-      memory: "0.5Gi"
+      memory: "500Mi"
   large:
     limits:
       cpu: "2"