X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fnbi%2Fcharts%2Fmariadb%2Fvalues.yaml;h=bd798536509d1d300ab5780856401bdc398f4d63;hb=66dfea6665106cc179078a7ad52e5031637ab341;hp=db8ea8ad128ea78fdee360e38d82b30dc9c48606;hpb=c54f28fb24bdc7fc31ce08ff04970d8e53cb6089;p=oom.git diff --git a/kubernetes/nbi/charts/mariadb/values.yaml b/kubernetes/nbi/charts/mariadb/values.yaml index db8ea8ad12..bd79853650 100644 --- a/kubernetes/nbi/charts/mariadb/values.yaml +++ b/kubernetes/nbi/charts/mariadb/values.yaml @@ -24,7 +24,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: mariadb:10.2.14 +image: mariadb:10.3.14 pullPolicy: Always # flag to enable debugging - application support required @@ -80,16 +80,16 @@ flavor: small resources: small: limits: - cpu: 2 - memory: 4Gi + cpu: 1 + memory: 500Mi requests: - cpu: 2 - memory: 4Gi + cpu: 10m + memory: 200Mi large: limits: - cpu: 4 - memory: 8Gi + cpu: 1 + memory: 1Gi requests: - cpu: 4 - memory: 8Gi - + cpu: 20m + memory: 400Mi + unlimited: {}