Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from 2i2c-org:main #693

Merged
merged 9 commits into from
Oct 9, 2024
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: "24.8.0"
rev: "24.10.0"
hooks:
- id: black
# This is a `.py` file but is encrypted with sops
Expand Down
6 changes: 3 additions & 3 deletions config/clusters/2i2c/ohw.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ basehub:
- display_name: "R en RStudio"
description: "~2 CPU, ~8G RAM"
kubespawner_override:
image: "ghcr.io/oceanhackweek/r:37f83fb"
image: "ghcr.io/oceanhackweek/r:9767746"
default_url: "/rstudio"
mem_limit: 8G
mem_guarantee: 4G
Expand Down Expand Up @@ -66,8 +66,8 @@ basehub:
name: 2i2c
url: https://2i2c.org
funded_by:
name: AECID
url: https://www.aecid.es
name: CSIC
url: https://www.csic.es/es
hub:
config:
JupyterHub:
Expand Down
7 changes: 0 additions & 7 deletions config/clusters/nasa-cryo/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,6 @@ basehub:
# Per https://2i2c.freshdesk.com/a/tickets/1537
image: openscapes/matlab:latest
profile_options: *profile_options
- display_name: PACE Hackweek 2024
slug: pace-2024
description: Environment for the PACE Hackweek
kubespawner_override:
# Per https://2i2c.freshdesk.com/a/tickets/1952
image: quay.io/pacehackweek/pace-2024:latest
profile_options: *profile_options
- display_name: "Bring your own image"
description: Specify your own docker image (must have python and jupyterhub installed in it)
slug: custom
Expand Down
4 changes: 2 additions & 2 deletions config/clusters/victor/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ support:
hubs:
- name: staging
display_name: "Victor (staging)"
domain: staging.victor.2i2c.cloud
domain: staging.hub.victorproject.org
helm_chart: daskhub
helm_chart_values_files:
# The order in which you list files here is the order the will be passed
Expand All @@ -25,7 +25,7 @@ hubs:
- enc-staging.secret.values.yaml
- name: prod
display_name: "Victor"
domain: victor.2i2c.cloud
domain: hub.victorproject.org
helm_chart: daskhub
helm_chart_values_files:
# The order in which you list files here is the order the will be passed
Expand Down
6 changes: 3 additions & 3 deletions config/clusters/victor/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ basehub:

jupyterhub:
ingress:
hosts: [victor.2i2c.cloud]
hosts: [hub.victorproject.org]
tls:
- hosts: [victor.2i2c.cloud]
- hosts: [hub.victorproject.org]
secretName: https-auto-tls
hub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://victor.2i2c.cloud/hub/oauth_callback
oauth_callback_url: https://hub.victorproject.org/hub/oauth_callback
singleuser:
profileList:
# IMPORTANT: Staging and prod's profileList's are meant to be kept
Expand Down
6 changes: 3 additions & 3 deletions config/clusters/victor/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ basehub:

jupyterhub:
ingress:
hosts: [staging.victor.2i2c.cloud]
hosts: [staging.hub.victorproject.org]
tls:
- hosts: [staging.victor.2i2c.cloud]
- hosts: [staging.hub.victorproject.org]
secretName: https-auto-tls
hub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://staging.victor.2i2c.cloud/hub/oauth_callback
oauth_callback_url: https://staging.hub.victorproject.org/hub/oauth_callback
singleuser:
profileList:
# IMPORTANT: Staging and prod's profileList's are meant to be kept
Expand Down
7 changes: 7 additions & 0 deletions config/clusters/victor/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ prometheus:
- secretName: prometheus-tls
hosts:
- prometheus.victor.2i2c.cloud

redirects:
rules:
- from: victor.2i2c.cloud
to: hub.victorproject.org
- from: staging.victor.2i2c.cloud
to: staging.hub.victorproject.org