Skip to content

Commit

Permalink
2i2c: increase dind resources
Browse files Browse the repository at this point in the history
for a single node, I think we can dedicate more
  • Loading branch information
minrk committed Jan 21, 2025
1 parent 4f0bb6e commit 53b7dc4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,14 @@ binderhub:
extraEnv:
GOOGLE_APPLICATION_CREDENTIALS: /secrets/service-account.json

dind: {}
dind:
resources:
requests:
cpu: "2"
memory: 12Gi
limits:
cpu: "6"
memory: 12Gi

ingress:
hosts:
Expand Down

0 comments on commit 53b7dc4

Please sign in to comment.