[POLICY] Update docker images to latest versions
[oom.git] / kubernetes / policy / components / policy-apex-pdp / values.yaml
index 1ae7980..d61ff6f 100755 (executable)
@@ -48,7 +48,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/policy-apex-pdp:2.9.2
+image: onap/policy-apex-pdp:3.0.2
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -102,16 +102,16 @@ resources:
   small:
     limits:
       cpu: 1
-      memory: 4Gi
+      memory: 1Gi
     requests:
-      cpu: 10m
+      cpu: 0.5
       memory: 1Gi
   large:
     limits:
       cpu: 2
-      memory: 8Gi
+      memory: 2Gi
     requests:
-      cpu: 20m
+      cpu: 1
       memory: 2Gi
   unlimited: {}