We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d05d7 commit 96f3371Copy full SHA for 96f3371
config/hetzner-2i2c.yaml
@@ -66,6 +66,11 @@ binderhub:
66
GOOGLE_APPLICATION_CREDENTIALS: /secrets/service-account.json
67
68
dind:
69
+ daemonset:
70
+ extraArgs:
71
+ # Increase limit from default of 5, as we have only one builder node
72
+ # But there are enough resources on the node to handle it
73
+ - --max-concurrent-uploads=32
74
resources:
75
requests:
76
cpu: "4"
0 commit comments