File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,15 @@ binderhub:
4646 registry : https://index.docker.io/v1/
4747 username : binderhubovh
484849+
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments