#39 c3iaas: set request and limit quota to the same value
Merged 4 years ago by mikeb. Opened 4 years ago by mikeb.
mikeb/c3i-library unify-quota  into  master

@@ -78,9 +78,9 @@ 

                image: '${JENKINS_AGENT_IMAGE}',

              ],

              quota: [

-               requestsCpu: "8",

+               requestsCpu: "16",

                limitsCpu: "16",

-               requestsMemory: "16Gi",

+               requestsMemory: "32Gi",

                limitsMemory: "32Gi",

                requestsStorage: "64Gi",

              ],

The cluster quota is defined only as a limit quota, so there's no point in having a lower value for
the requests quota.

@mkovarik Please take a look. I've seen a few instances of deployments failing because the requests quota was getting hit, but the limits quota still had plenty of capacity. This should address that.

Pull-Request has been merged by mikeb

4 years ago
Metadata