From 808409a789b65bee637453a6b1b256cd9a0164e6 Mon Sep 17 00:00:00 2001 From: Krishna Nikhil Vedurumudi <krveduru@microsoft.com> Date: Fri, 4 Jun 2021 00:51:33 +0530 Subject: [PATCH] Use namespace defaults for resource limits --- devops/azure/chart/templates/deployment.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/devops/azure/chart/templates/deployment.yaml b/devops/azure/chart/templates/deployment.yaml index 495531f71..9cad45fe5 100644 --- a/devops/azure/chart/templates/deployment.yaml +++ b/devops/azure/chart/templates/deployment.yaml @@ -41,11 +41,6 @@ spec: imagePullPolicy: Always ports: - containerPort: 80 - resources: - requests: - cpu: "100m" - limits: - cpu: "300m" readinessProbe: httpGet: path: /actuator/health -- GitLab