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

merging 6447/6470/6474/6475/6476 to prod #6471

Merged
merged 13 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions deployments/biology/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jupyterhub:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/bioe-c149-readwrite
subPath: _shared/course/bioe-c149-readwrite
subPath: _shared/course/bioe-c149-shared
course::1537116::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/bioe-c149-readwrite
subPath: _shared/course/bioe-c149-readwrite
subPath: _shared/course/bioe-c149-shared
course::1537116::enrollment_type::student:
extraVolumeMounts:
- name: home
Expand All @@ -89,12 +89,12 @@ jupyterhub:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/mcb201b-shared-readwrite
subPath: _shared/course/mcb201b-shared-readwrite
subPath: _shared/course/mcb201b-shared
course::1537301::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/mcb201b-shared-readwrite
subPath: _shared/course/mcb201b-shared-readwrite
subPath: _shared/course/mcb201b-shared
course::1537301::enrollment_type::student:
extraVolumeMounts:
- name: home
Expand All @@ -107,12 +107,12 @@ jupyterhub:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared
course::1536425::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared
course::1536425::enrollment_type::student:
extraVolumeMounts:
- name: home
Expand Down
4 changes: 2 additions & 2 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ jupyterhub:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/data100-shared-readwrite
subPath: _shared/course/data100-shared-readwrite
subPath: _shared/course/data100-shared
course::1537664::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/data100-shared-readwrite
subPath: _shared/course/data100-shared-readwrite
subPath: _shared/course/data100-shared
course::1537664::enrollment_type::student:
extraVolumeMounts:
- name: home
Expand Down
2 changes: 1 addition & 1 deletion deployments/data100/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/data100-user-image:9767c87d1084
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/data100-user-image:64cf9be1e13a

cluster:
provider: gcloud
Expand Down
2 changes: 1 addition & 1 deletion deployments/nature/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/nature-user-image:9d9eeb463ce3
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/nature-user-image:5e8a9c7735f9

cluster:
provider: gcloud
Expand Down
5 changes: 5 additions & 0 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jupyterhub:
# https://z2jh.jupyter.org/en/latest/resources/reference.html#proxy-chp-extrapodspec
# https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#PodSpec
#
extraPodSpec:
securityContext:
sysctls:
- name: net.ipv4.ip_local_port_range
value: "10000 65000"
image:
tag: 4.6.2
# extraCommandLineFlags:
Expand Down
Loading