X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcharts%2Fmariadb%2Fvalues.yaml;h=90f5be4e1bd6db30cdcaa205d7dd24cc17f3246c;hb=5cae549b61235f9fb4d64893aa4bd9601bc17bc0;hp=0de53af0890cba0f4524e7eb8b804c5131accd0a;hpb=3111c2c24f91597e6d5536d6bc6e3624c722c557;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