Skip to content

Commit

Permalink
deploy on ovh2.mybinder.org
Browse files Browse the repository at this point in the history
now that it seems like we're keeping this cluster
  • Loading branch information
minrk committed Nov 17, 2022
1 parent 971af72 commit a168395
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions config/ovh2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ binderhub:
config:
BinderHub:
pod_quota: 10
hub_url: https://hub.ovh-test.mybinder.org
hub_url: https://hub.ovh2.mybinder.org
badge_base_url: https://mybinder.org
build_node_selector: *userNodeSelector
sticky_builds: true
Expand All @@ -37,7 +37,7 @@ binderhub:

ingress:
hosts:
- ovh-test.mybinder.org
- ovh2.mybinder.org

jupyterhub:
singleuser:
Expand All @@ -55,11 +55,11 @@ binderhub:
cpu: "1"
ingress:
hosts:
- hub.ovh-test.mybinder.org
- hub.ovh2.mybinder.org
tls:
- secretName: kubelego-tls-hub
hosts:
- hub.ovh-test.mybinder.org
- hub.ovh2.mybinder.org
scheduling:
userPlaceholder:
replicas: 5
Expand All @@ -79,10 +79,10 @@ grafana:
nodeSelector: *coreNodeSelector
ingress:
hosts:
- grafana.ovh-test.mybinder.org
- grafana.ovh2.mybinder.org
tls:
- hosts:
- grafana.ovh-test.mybinder.org
- grafana.ovh2.mybinder.org
secretName: kubelego-tls-grafana
datasources:
datasources.yaml:
Expand All @@ -91,7 +91,7 @@ grafana:
- name: prometheus
orgId: 1
type: prometheus
url: https://prometheus.ovh-test.mybinder.org
url: https://prometheus.ovh2.mybinder.org
access: direct
isDefault: true
editable: false
Expand All @@ -106,20 +106,22 @@ prometheus:
retention: 30d
ingress:
hosts:
- prometheus.ovh-test.mybinder.org
- prometheus.ovh2.mybinder.org
tls:
- hosts:
- prometheus.ovh-test.mybinder.org
- prometheus.ovh2.mybinder.org
secretName: kubelego-tls-prometheus

ingress-nginx:
controller:
scope:
enabled: true
service:
loadBalancerIP: 162.19.17.37

static:
ingress:
hosts:
- static.ovh-test.mybinder.org
- static.ovh2.mybinder.org
tls:
secretName: kubelego-tls-static

0 comments on commit a168395

Please sign in to comment.