[COMMON] Harmonize resource settings, Part 2
[oom.git] / kubernetes / policy / components / policy-distribution / values.yaml
index 5f35205..fd2fe2e 100755 (executable)
@@ -58,7 +58,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/policy-distribution:3.0.2
+image: onap/policy-distribution:3.1.0
 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"