X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fvalues.yaml;h=8dca11d74be1f34fa9f41db5b28ab2dae9bd8dcb;hb=9964927d8766c5c396ef2caf6f7aeb7494db279e;hp=5628ade48a556ffe02b0b1d0448bae2b5335f921;hpb=aec783256b2a780393b9d66661c09e2f74651ad6;p=oom.git diff --git a/kubernetes/policy/values.yaml b/kubernetes/policy/values.yaml index 5628ade48a..8dca11d74b 100755 --- a/kubernetes/policy/values.yaml +++ b/kubernetes/policy/values.yaml @@ -173,7 +173,7 @@ policy-gui: ################################################################# dbmigrator: - image: onap/policy-db-migrator:3.0.2 + image: onap/policy-db-migrator:3.1.0 schema: policyadmin policy_home: "/opt/app/policy" @@ -288,18 +288,18 @@ flavor: small resources: small: limits: - cpu: 1 - memory: 4Gi + cpu: "1" + memory: "4Gi" requests: - cpu: 100m - memory: 1Gi + cpu: "100m" + memory: "1Gi" large: limits: - cpu: 2 - memory: 8Gi + cpu: "2" + memory: "8Gi" requests: - cpu: 200m - memory: 2Gi + cpu: "200m" + memory: "2Gi" unlimited: {} #Pods Service Account