From 7768c9e6aae54fd2147a7bf278759ddbbd4ad990 Mon Sep 17 00:00:00 2001 From: Xiaoyang Zhu Date: Fri, 20 Dec 2019 10:50:05 +0800 Subject: [PATCH] update resource limits Signed-off-by: zhuxiaoyang --- deploy/dev-ol/devops-sample.yaml | 6 +++--- deploy/dev/devops-sample.yaml | 4 ++-- deploy/no-branch-dev/devops-sample.yaml | 4 ++-- deploy/prod-ol/devops-sample.yaml | 4 ++-- deploy/prod/devops-sample.yaml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/deploy/dev-ol/devops-sample.yaml b/deploy/dev-ol/devops-sample.yaml index aba81845..b15fd32e 100644 --- a/deploy/dev-ol/devops-sample.yaml +++ b/deploy/dev-ol/devops-sample.yaml @@ -43,8 +43,8 @@ spec: protocol: TCP resources: limits: - cpu: 200m - memory: 500Mi + cpu: 300m + memory: 600Mi requests: cpu: 100m memory: 100Mi @@ -52,4 +52,4 @@ spec: terminationMessagePolicy: File dnsPolicy: ClusterFirst restartPolicy: Always - terminationGracePeriodSeconds: 30 \ No newline at end of file + terminationGracePeriodSeconds: 30 diff --git a/deploy/dev/devops-sample.yaml b/deploy/dev/devops-sample.yaml index 9d8e18f7..29aadf29 100644 --- a/deploy/dev/devops-sample.yaml +++ b/deploy/dev/devops-sample.yaml @@ -43,8 +43,8 @@ spec: protocol: TCP resources: limits: - cpu: 200m - memory: 500Mi + cpu: 300m + memory: 600Mi requests: cpu: 100m memory: 100Mi diff --git a/deploy/no-branch-dev/devops-sample.yaml b/deploy/no-branch-dev/devops-sample.yaml index 3e701e8f..1b39c63f 100644 --- a/deploy/no-branch-dev/devops-sample.yaml +++ b/deploy/no-branch-dev/devops-sample.yaml @@ -38,8 +38,8 @@ spec: protocol: TCP resources: limits: - cpu: 200m - memory: 500Mi + cpu: 300m + memory: 600Mi requests: cpu: 100m memory: 100Mi diff --git a/deploy/prod-ol/devops-sample.yaml b/deploy/prod-ol/devops-sample.yaml index 91f3f9a6..01fd023a 100644 --- a/deploy/prod-ol/devops-sample.yaml +++ b/deploy/prod-ol/devops-sample.yaml @@ -48,8 +48,8 @@ spec: protocol: TCP resources: limits: - cpu: 200m - memory: 500Mi + cpu: 300m + memory: 600Mi requests: cpu: 100m memory: 100Mi diff --git a/deploy/prod/devops-sample.yaml b/deploy/prod/devops-sample.yaml index 1058cb41..c6b389cd 100644 --- a/deploy/prod/devops-sample.yaml +++ b/deploy/prod/devops-sample.yaml @@ -48,8 +48,8 @@ spec: protocol: TCP resources: limits: - cpu: 200m - memory: 500Mi + cpu: 300m + memory: 600Mi requests: cpu: 100m memory: 100Mi