Skip to content

Commit

Permalink
Merge pull request #4938 from emiliom/patch-5
Browse files Browse the repository at this point in the history
Update ohw.values.yaml, Python & R images + some text & links
  • Loading branch information
sgibson91 authored Oct 3, 2024
2 parents 3609bfe + 5089439 commit 9493cd2
Showing 1 changed file with 9 additions and 9 deletions.
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

0 comments on commit 9493cd2

Please sign in to comment.