Skip to content

Commit 7768c9e

Browse files
author
Xiaoyang Zhu
committed
update resource limits
Signed-off-by: zhuxiaoyang <sunzhu@yunify.com>
1 parent b7e83a6 commit 7768c9e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

deploy/dev-ol/devops-sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ spec:
4343
protocol: TCP
4444
resources:
4545
limits:
46-
cpu: 200m
47-
memory: 500Mi
46+
cpu: 300m
47+
memory: 600Mi
4848
requests:
4949
cpu: 100m
5050
memory: 100Mi
5151
terminationMessagePath: /dev/termination-log
5252
terminationMessagePolicy: File
5353
dnsPolicy: ClusterFirst
5454
restartPolicy: Always
55-
terminationGracePeriodSeconds: 30
55+
terminationGracePeriodSeconds: 30

deploy/dev/devops-sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ spec:
4343
protocol: TCP
4444
resources:
4545
limits:
46-
cpu: 200m
47-
memory: 500Mi
46+
cpu: 300m
47+
memory: 600Mi
4848
requests:
4949
cpu: 100m
5050
memory: 100Mi

deploy/no-branch-dev/devops-sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec:
3838
protocol: TCP
3939
resources:
4040
limits:
41-
cpu: 200m
42-
memory: 500Mi
41+
cpu: 300m
42+
memory: 600Mi
4343
requests:
4444
cpu: 100m
4545
memory: 100Mi

deploy/prod-ol/devops-sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spec:
4848
protocol: TCP
4949
resources:
5050
limits:
51-
cpu: 200m
52-
memory: 500Mi
51+
cpu: 300m
52+
memory: 600Mi
5353
requests:
5454
cpu: 100m
5555
memory: 100Mi

deploy/prod/devops-sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spec:
4848
protocol: TCP
4949
resources:
5050
limits:
51-
cpu: 200m
52-
memory: 500Mi
51+
cpu: 300m
52+
memory: 600Mi
5353
requests:
5454
cpu: 100m
5555
memory: 100Mi

0 commit comments

Comments
 (0)