Skip to content

Commit 881589b

Browse files
committed
CH-245 remove default cpu limits
1 parent 9c2848a commit 881589b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

applications/accounts/deploy/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ harness:
1111
cpu: "10m"
1212
limits:
1313
memory: "1024Mi"
14-
cpu: "2000m"
1514
service:
1615
auto: true
1716
port: 8080

deployment-configuration/value-template.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ harness:
4545
cpu: "10m"
4646
limits:
4747
memory: "500Mi"
48-
cpu: "500m"
48+
cpu: null
4949
# -- Defines automatic service parameters.
5050
service:
5151
# -- When true, enables automatic service
@@ -113,7 +113,6 @@ harness:
113113
cpu: "100m"
114114
limits:
115115
memory: "2Gi"
116-
cpu: "1000m"
117116
test:
118117
unit:
119118
enabled: true

0 commit comments

Comments
 (0)