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

Update ohw.values.yaml, Python & R images + some text & links #4938

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions config/clusters/2i2c/ohw.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ basehub:
- port: 22
protocol: TCP
profileList:
- display_name: "Python using JupyterLab"
- display_name: "Python en JupyterLab"
description: "~2 CPU, ~8G RAM"
default: true
kubespawner_override:
image: "ghcr.io/oceanhackweek/python:e5901d6"
image: "ghcr.io/oceanhackweek/python:27d5f52"
default_url: "/lab"
mem_limit: 8G
mem_guarantee: 4G
cpu_limit: 2
cpu_guarantee: 0.5
- display_name: "R using RStudio"
- display_name: "R en RStudio"
description: "~2 CPU, ~8G RAM"
kubespawner_override:
image: "ghcr.io/oceanhackweek/r:e18dea3"
image: "ghcr.io/oceanhackweek/r:27d5f52"
default_url: "/rstudio"
mem_limit: 8G
mem_guarantee: 4G
Expand All @@ -56,18 +56,18 @@ basehub:
templateVars:
org:
name: OceanHackWeek
logo_url: https://avatars.githubusercontent.com/u/33128979
# logo_url: https://intercoonecta.github.io/_static/OHWe.png
url: https://oceanhackweek.org/
# logo_url: https://avatars.githubusercontent.com/u/33128979
logo_url: https://intercoonecta.github.io/_static/OHWe.png
url: https://intercoonecta.github.io
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: IOOS
url: https://ioos.us/
name: AECID
url: https://www.aecid.es
hub:
config:
JupyterHub:
Expand Down