Skip to content

Commit

Permalink
Update helm cpu limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Furisto committed Feb 22, 2022
1 parent d9b9f30 commit b14f25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/ws-manager-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data:
"memory": "{{ .Values.workspaceSizing.memoryRequest }}Mi"
},
"limits": {
"cpu": "5",
"cpu": "6",
"memory": "{{ .Values.workspaceSizing.memoryLimit }}Mi"
},
{{ else -}}
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ workspaceSizing:
memory: "2.25Gi"
ephemeral-storage: "5Gi"
limits:
cpu: "5"
cpu: "6"
memory: "12Gi"
dynamic:
# Gitpod supports dynamic CPU limiting. We express those limits in "buckets of CPU time" (jiffies where 1 jiffie is 1% of a vCPU).
Expand Down

0 comments on commit b14f25e

Please sign in to comment.