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.
2 parents fcd1a10 + 53b7dc4 commit 3eba1aeCopy full SHA for 3eba1ae
config/hetzner-2i2c.yaml
@@ -39,6 +39,11 @@ binderhub:
39
KubernetesBuildExecutor:
40
memory_request: "2G"
41
docker_host: /var/run/dind/docker.sock
42
+ repo2docker_extra_args:
43
+ # try to avoid timeout pushing to local registry
44
+ # default is 60
45
+ # this must have no spaces to be processed by repo2docker correctly
46
+ - '--DockerEngine.extra_init_args={"timeout":120}'
47
48
LaunchQuota:
49
total_quota: 20
@@ -59,7 +64,14 @@ binderhub:
59
64
extraEnv:
60
65
GOOGLE_APPLICATION_CREDENTIALS: /secrets/service-account.json
61
66
62
- dind: {}
67
+ dind:
68
+ resources:
69
+ requests:
70
+ cpu: "2"
71
+ memory: 12Gi
72
+ limits:
73
+ cpu: "6"
74
63
75
76
ingress:
77
hosts:
0 commit comments