Skip to content

Commit 907d04a

Browse files
[ci] Remove cpu limits, requests are set. (#3328)
Signed-off-by: Raymond Roestenburg <raymond.roestenburg@digitalasset.com>
1 parent f9240f9 commit 907d04a

File tree

13 files changed

+7
-13
lines changed

13 files changed

+7
-13
lines changed

cluster/helm/cn-docs/templates/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ spec:
3636
containerPort: 443
3737
protocol: TCP
3838
resources:
39+
requests:
40+
cpu: 100m
3941
limits:
40-
cpu: 1
4142
memory: "1536Mi"
4243
env:
4344
- name: SPLICE_CLUSTER

cluster/helm/cn-docs/templates/gcs-proxy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ spec:
3434
containerPort: 8080
3535
protocol: TCP
3636
resources:
37+
requests:
38+
cpu: 100m
3739
limits:
38-
cpu: 1
3940
memory: "512Mi"
4041
{{- with .Values.nodeSelector }}
4142
nodeSelector:

cluster/helm/splice-domain/values-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pod:
1111
defaultJvmOptions: -XX:+UseG1GC -XX:+UseStringDeduplication -XX:MaxRAMPercentage=75 -XX:InitialRAMPercentage=75 -Dscala.concurrent.context.numThreads=8 -XX:ActiveProcessorCount=8 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/persistent-data
1212
resources:
1313
limits:
14-
cpu: "2"
1514
memory: 8Gi
1615
requests:
1716
cpu: "1"

cluster/helm/splice-info/values-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ contentType: "application/json"
3535

3636
resources:
3737
limits:
38-
cpu: 500m
3938
memory: 512Mi
4039
requests:
4140
cpu: "0"

cluster/helm/splice-info/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"properties": {
116116
"limits": {
117117
"type": "object",
118-
"required": [ "cpu", "memory" ],
118+
"required": [ "memory" ],
119119
"properties": {
120120
"cpu": {
121121
"type": "string",

cluster/helm/splice-postgres/values-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
imageRepo: "ghcr.io/digital-asset/decentralized-canton-sync/docker"
55
resources:
66
limits:
7-
cpu: "4"
87
memory: 12Gi
98
requests:
109
cpu: "0.5"

cluster/helm/splice-scan/templates/scan.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ spec:
257257
cpu: 0.1
258258
memory: 240Mi
259259
limits:
260-
cpu: 1
261260
memory: 1536Mi
262261
{{- with .Values.nodeSelector }}
263262
nodeSelector:

cluster/helm/splice-splitwell-app/values-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ defaultJvmOptions: -XX:+UseG1GC -XX:+UseStringDeduplication -XX:MaxRAMPercentage
66
fixedTokens: false
77
resources:
88
limits:
9-
cpu: "2"
109
memory: 1536Mi
1110
requests:
1211
cpu: "0.2"

cluster/helm/splice-splitwell-web-ui/values-template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
imageRepo: "ghcr.io/digital-asset/decentralized-canton-sync/docker"
55
resources:
6+
requests:
7+
cpu: 100m
68
limits:
7-
cpu: "1"
89
memory: 1536Mi
910

1011
spliceInstanceNames:

cluster/helm/splice-sv-node/templates/sv-web-ui.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ spec:
7070
cpu: 0.1
7171
memory: 240Mi
7272
limits:
73-
cpu: 1
7473
memory: 1536Mi
7574
{{- with .Values.nodeSelector }}
7675
nodeSelector:

0 commit comments

Comments
 (0)