Skip to content

Commit e269370

Browse files
committed
fix node pool type, image prefix for ovh2
1 parent 1178c85 commit e269370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/ovh2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
projectName: ovh2
22

33
userNodeSelector: &userNodeSelector
4-
mybinder.org/pool-type: users
4+
mybinder.org/pool-type: user
55
coreNodeSelector: &coreNodeSelector
66
mybinder.org/pool-type: core
77

@@ -13,9 +13,9 @@ binderhub:
1313
pod_quota: 10
1414
hub_url: https://hub.ovh-test.mybinder.org
1515
badge_base_url: https://mybinder.org
16+
build_node_selector: *userNodeSelector
1617
sticky_builds: true
17-
use_registry: true
18-
image_prefix: https://2lmrrh8f.gra7.container-registry.ovh.net/mybinder-builds/r2d-g5b5b759
18+
image_prefix: 2lmrrh8f.gra7.container-registry.ovh.net/mybinder-builds/r2d-g5b5b759
1919
DockerRegistry:
2020
# Docker Registry uses harbor
2121
# ref: https://github.com/goharbor/harbor/wiki/Harbor-FAQs#api

0 commit comments

Comments
 (0)