Skip to content

Commit 0d9b4c7

Browse files
committed
Add 2i2c S3 storage to GESIS
as recommended by @yuvipanda
1 parent 95819c5 commit 0d9b4c7

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

config/hetzner-gesis.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
projectName: hetzner-gesis
22

3-
# We share the registry with 2i2c
43
registry:
5-
enabled: false
4+
enabled: true
5+
replicas: 1
6+
config:
7+
storage:
8+
# We share the same S3 storage with 2i2c
9+
s3:
10+
regionendpoint: https://nbg1.your-objectstorage.com
11+
bucket: mybinder-2i2c-registry
12+
region: does-not-matter
13+
storage:
14+
filesystem:
15+
storageClassName: "local-path"
16+
ingress:
17+
hosts:
18+
- registry.gesis.mybinder.org
619

720
cryptnono:
821
detectors:

0 commit comments

Comments
 (0)