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] master from 2i2c-org:master #552

Merged
merged 10 commits into from
Dec 5, 2023
1 change: 0 additions & 1 deletion .github/workflows/deploy-grafana-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- cluster_name: jupyter-meets-the-earth
- cluster_name: leap
- cluster_name: linked-earth
- cluster_name: m2lines
- cluster_name: meom-ige
- cluster_name: nasa-cryo
- cluster_name: nasa-esdis
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ jobs:
failure_openscapes: "${{ env.failure_openscapes }}"
failure_pangeo-hubs: "${{ env.failure_pangeo-hubs }}"
failure_utoronto: "${{ env.failure_utoronto }}"
failure_m2lines: "${{ env.failure_m2lines }}"
failure_linked-earth: "${{ env.failure_linked-earth }}"
failure_awi-ciroh: "${{ env.failure_awi-ciroh }}"
failure_callysto: "${{ env.failure_callysto }}"
Expand Down
8 changes: 0 additions & 8 deletions config/clusters/2i2c/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,3 @@ hubs:
- basehub-common.values.yaml
- mtu.values.yaml
- enc-mtu.secret.values.yaml
- name: jackeddy
display_name: "Jack Eddy Symposium"
domain: jackeddy.2i2c.cloud
helm_chart: daskhub
helm_chart_values_files:
- daskhub-common.values.yaml
- jackeddy.values.yaml
- enc-jackeddy.secret.values.yaml
164 changes: 0 additions & 164 deletions config/clusters/2i2c/jackeddy.values.yaml

This file was deleted.

31 changes: 31 additions & 0 deletions config/clusters/hhmi/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,37 @@ basehub:
- name: MYSQL_ROOT_PASSWORD
value: "tutorial"
defaultUrl: /lab
storage:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/shared-public
subPath: _shared-public
readOnly: false
- name: home
mountPath: /home/jovyan/shared-readonly
subPath: _shared
readOnly: true
initContainers:
- name: volume-mount-ownership-fix
image: busybox:1.36.1
command:
- sh
- -c
- id && chown 1000:1000 /home/jovyan /home/jovyan/shared-readonly /home/jovyan/shared-public && ls -lhd /home/jovyan
securityContext:
runAsUser: 0
volumeMounts:
- name: home
mountPath: /home/jovyan
subPath: "{username}"
# Mounted without readonly attribute here,
# so we can chown it appropriately
- name: home
mountPath: /home/jovyan/shared-readonly
subPath: _shared
- name: home
mountPath: /home/jovyan/shared-public
subPath: _shared-public
profileList:
- display_name: "Loren Frank Lab"
default: true
Expand Down
34 changes: 0 additions & 34 deletions config/clusters/m2lines/cluster.yaml

This file was deleted.

Loading
Loading