Skip to content

Commit 9e87e80

Browse files
committed
override imagePullPolicy on ovh
OVH has the wrong default imagePullPolicy, so we must specify IfNotPresent a bunch
1 parent d35ed89 commit 9e87e80

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

config/ovh.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,15 @@ binderhub:
4646
registry: https://index.docker.io/v1/
4747
username: binderhubovh
4848
49+
50+
hub:
51+
image:
52+
pullPolicy: IfNotPresent
4953

5054
proxy:
55+
chp:
56+
image:
57+
pullPolicy: IfNotPresent
5158
https:
5259
type: offload
5360

@@ -71,6 +78,13 @@ binderhub:
7178
userPlaceholder:
7279
enabled: true
7380
replicas: 5
81+
82+
singleuser:
83+
image:
84+
pullPolicy: IfNotPresent
85+
networkTools:
86+
image:
87+
pullPolicy: IfNotPresent
7488

7589
imageCleaner:
7690
# Use 40GB as upper limit, size is given in bytes

mybinder/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ binderhub:
291291
initContainers:
292292
- name: tc-init
293293
image: minrk/tc-init:0.0.4
294+
imagePullPolicy: IfNotPresent
294295
env:
295296
- name: WHITELIST_CIDR
296297
value: 10.0.0.0/8
@@ -482,8 +483,6 @@ federationRedirect:
482483
retries: 5
483484
timeout: 2
484485
load_balancer: "rendezvous"
485-
# note: rendezvous load-balancer ignores weights
486-
# the only weights that matter are 0 (disabled) and >= 1 (enabled)
487486
hosts:
488487
gke:
489488
prime: true

0 commit comments

Comments
 (0)