# # binderhub: # jupyterhub: # hub: # baseUrl: / # ingress: # enabled: true # hosts: # - alpha.hub.binder.bioimagearchive.org jupyterhub: custom: binderauth_enabled: false hub: baseUrl: /jhub proxy: service: type: ClusterIP # proxy: # https: # enabled: true # hosts: # - hub.alpha.binder.bioimagearchive.org # # letsencrypt: # # contactEmail: "ctr26@ebi.ac.uk" ingress: enabled: true hosts: - ctr26.duckdns.org # annotations: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" # cert-manager.io/cluster-issuer: letsencrypt-production # # cert-manager.io/issue-temporary-certificate: "true" # # acme.cert-manager.io/http01-edit-in-place: "true" # cert-manager.k8s.io/acme-challenge-type: http01 # https: # enabled: true # type: nginx # tls: # - secretName: hub-alpha-binder-bioimagearchive-org # hosts: # - hub.alpha.binder.bioimagearchive.org # tls: # - secretName: binder-bioimagearchive-org-cert # hosts: # - binder.bioimagearchive.org config: BinderHub: auth_enabled: false hub_url: "https://ctr26.duckdns.org/jhub" banner_message: |
Alpha service with more RAM and CPU and GPU Support
# image_prefix: docker-registry.docker-registry:5000/binder- ingress: enabled: true hosts: - "ctr26.duckdns.org" # - "staging.binder.bioimagearchive.org" tls: - secretName: binder-bioimagearchive-org hosts: - "ctr26.duckdns.org" # - "alpha.binder.bioimagearchive.org" # - "*.binder.bioimagearchive.org" annotations: kubernetes.io/ingress.class: nginx kubernetes.io/tls-acme: "true" cert-manager.k8s.io/acme-challenge-type: http01 cert-manager.io/cluster-issuer: letsencrypt-production # tls: # # - secretName: binder-bioimagearchive-org-cert # # hosts: # # - binder.bioimagearchive.org # annotations: acme.cert-manager.io/http01-edit-in-place: "true" dind: enabled: true service: type: ClusterIP