Skip to content

Commit 5c9167d

Browse files
authored
chore(helm): update sample resource requests/limits (coder#8773)
The sample resource requests/limits are undersized.
1 parent ca710e5 commit 5c9167d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helm/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ coder:
166166
resources:
167167
{}
168168
# limits:
169-
# cpu: 100m
170-
# memory: 128Mi
169+
# cpu: 2000m
170+
# memory: 4096Mi
171171
# requests:
172-
# cpu: 100m
173-
# memory: 128Mi
172+
# cpu: 2000m
173+
# memory: 4096Mi
174174

175175
# coder.certs -- CA bundles to mount inside the Coder pod.
176176
certs:

0 commit comments

Comments
 (0)