[POLICY] Update docker images to latest versions
[oom.git] / kubernetes / policy / components / policy-api / values.yaml
index c9ee8eb..0f54144 100755 (executable)
@@ -48,7 +48,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/policy-api:2.8.2
+image: onap/policy-api:3.0.2
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -56,7 +56,7 @@ debugEnabled: false
 
 # application configuration
 db:
-  user: policy_user
+  user: policy-user
   password: policy_user
   service:
     name: policy-mariadb
@@ -111,14 +111,14 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 999
+      cpu: 1
       memory: 1Gi
     requests:
       cpu: 0.5
       memory: 1Gi
   large:
     limits:
-      cpu: 999
+      cpu: 2
       memory: 2Gi
     requests:
       cpu: 1