File tree 3 files changed +13
-11
lines changed
mybinder/templates/registry 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ projectName: hetzner-2i2c
2
2
3
3
registry :
4
4
enabled : true
5
- replicas : 4
5
+ replicas : 1
6
6
config :
7
7
storage :
8
8
# Uncomment this and comment out the s3 config to use filesystem
9
9
# filesystem:
10
10
# rootdirectory: /var/lib/registry
11
11
s3 :
12
- regionendpoint : https://fsn1 .your-objectstorage.com
13
- bucket : mybinder-2i2c-registry-hetzner
12
+ regionendpoint : https://nbg1 .your-objectstorage.com
13
+ bucket : mybinder-2i2c-registry
14
14
region : does-not-matter
15
15
storage :
16
16
filesystem :
@@ -47,12 +47,12 @@ binderhub:
47
47
- ' --DockerEngine.extra_init_args={"timeout":1200}'
48
48
49
49
LaunchQuota :
50
- total_quota : 200
50
+ total_quota : 250
51
51
52
52
# DockerRegistry:
53
53
# token_url: "https://2lmrrh8f.gra7.container-registry.ovh.net/service/token?service=harbor-registry"
54
54
55
- replicas : 1
55
+ replicas : 2
56
56
57
57
extraVolumes :
58
58
- name : secrets
@@ -68,11 +68,11 @@ binderhub:
68
68
dind :
69
69
resources :
70
70
requests :
71
- cpu : " 2 "
71
+ cpu : " 4 "
72
72
memory : 12Gi
73
73
limits :
74
- cpu : " 6 "
75
- memory : 12Gi
74
+ cpu : " 8 "
75
+ memory : 16Gi
76
76
77
77
ingress :
78
78
hosts :
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ federationRedirect:
231
231
hetzner-2i2c :
232
232
prime : true
233
233
url : https://2i2c.mybinder.org
234
- weight : 40
234
+ weight : 60
235
235
health : https://2i2c.mybinder.org/health
236
236
versions : https://2i2c.mybinder.org/versions
237
237
gesis :
Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ metadata:
9
9
release : {{ .Release.Name }}
10
10
annotations :
11
11
kubernetes.io/tls-acme : " true"
12
- # things be big yo
13
- nginx.ingress.kubernetes.io/proxy-body-size : 4096m
12
+ # This has to accomodate the max size of a single docker layer, which can be huge.
13
+ # I had previously set this to 4G thinking 'that should be big enough' and was
14
+ # immediately proven wrong. This is set to 16G now
15
+ nginx.ingress.kubernetes.io/proxy-body-size : 16384m
14
16
spec :
15
17
ingressClassName : nginx
16
18
rules :
You can’t perform that action at this time.
0 commit comments