Skip to content

Commit 2dce413

Browse files
Furistoroboquat
authored andcommitted
Update helm cpu limit
1 parent 7ca6184 commit 2dce413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/templates/ws-manager-configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ data:
4444
"memory": "{{ .Values.workspaceSizing.memoryRequest }}Mi"
4545
},
4646
"limits": {
47-
"cpu": "5",
47+
"cpu": "6",
4848
"memory": "{{ .Values.workspaceSizing.memoryLimit }}Mi"
4949
},
5050
{{ else -}}

chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ workspaceSizing:
3636
memory: "2.25Gi"
3737
ephemeral-storage: "5Gi"
3838
limits:
39-
cpu: "5"
39+
cpu: "6"
4040
memory: "12Gi"
4141
dynamic:
4242
# Gitpod supports dynamic CPU limiting. We express those limits in "buckets of CPU time" (jiffies where 1 jiffie is 1% of a vCPU).

0 commit comments

Comments
 (0)