X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcharts%2Fmariadb%2Fvalues.yaml;h=90f5be4e1bd6db30cdcaa205d7dd24cc17f3246c;hb=c3337150aa439282106620435ba68bc0fb38d5a0;hp=0de53af0890cba0f4524e7eb8b804c5131accd0a;hpb=9bde894a11f77e63407b4149829298135d563255;p=oom.git diff --git a/kubernetes/policy/charts/mariadb/values.yaml b/kubernetes/policy/charts/mariadb/values.yaml index 0de53af089..90f5be4e1b 100644 --- a/kubernetes/policy/charts/mariadb/values.yaml +++ b/kubernetes/policy/charts/mariadb/values.yaml @@ -74,4 +74,22 @@ service: ingress: enabled: false -resources: {} +# Resource Limit flavor -By Default using small +flavor: small +# Segregation for Different environment (Small and Large) +resources: + small: + limits: + cpu: 1 + memory: 2Gi + requests: + cpu: 10m + memory: 0.5Gi + large: + limits: + cpu: 2 + memory: 4Gi + requests: + cpu: 20m + memory: 1Gi + unlimited: {} \ No newline at end of file