X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fnbi%2Fcharts%2Fmariadb%2Fvalues.yaml;h=bd798536509d1d300ab5780856401bdc398f4d63;hb=b4919d5ed67ed87cbfd42951005f22e4f183358f;hp=773e6415bcf74a2bb6f25940f170befce099156c;hpb=e44d170a71178fd3515310ddd8503577deb56012;p=oom.git diff --git a/kubernetes/nbi/charts/mariadb/values.yaml b/kubernetes/nbi/charts/mariadb/values.yaml index 773e6415bc..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 @@ -75,4 +75,21 @@ service: ingress: enabled: false -resources: {} +# Resource Limit flavor +flavor: small +resources: + small: + limits: + cpu: 1 + memory: 500Mi + requests: + cpu: 10m + memory: 200Mi + large: + limits: + cpu: 1 + memory: 1Gi + requests: + cpu: 20m + memory: 400Mi + unlimited: {}