Files
coder/helm/provisioner/tests/testdata/custom_resources.yaml
T
Eric Paulsen cbc699b6df chore: set default requests/limits in helm chart (#16844)
closes #16825 - my first commit from across the pond 😄

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-04-22 11:05:34 +01:00

11 lines
147 B
YAML

coder:
image:
tag: latest
resources:
limits:
cpu: 4000m
memory: 8192Mi
requests:
cpu: 1000m
memory: 2048Mi