Skip to content
Snippets Groups Projects
Commit 9c93ac5c authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

bring jupyterjsc back online

parent 7f5cccc4
Branches
Tags
No related merge requests found
...@@ -30,6 +30,7 @@ helm: ...@@ -30,6 +30,7 @@ helm:
body: "All running JupyterLabs will be stopped during this maintenance." body: "All running JupyterLabs will be stopped during this maintenance."
services: services:
JupyterLab: JupyterLab:
defaultOption: "4.3"
"4.3": "4.3":
allowedLists: allowedLists:
groups: groups:
...@@ -89,7 +90,6 @@ targetCustomizations: ...@@ -89,7 +90,6 @@ targetCustomizations:
clusterSelector: clusterSelector:
matchLabels: matchLabels:
stage: production stage: production
maintenance: "false"
helm: helm:
values: values:
global: global:
...@@ -112,7 +112,7 @@ targetCustomizations: ...@@ -112,7 +112,7 @@ targetCustomizations:
clusterSelector: clusterSelector:
matchLabels: matchLabels:
stage: production stage: production
maintenance: "true" maintenance: "true-disabl"
helm: helm:
values: values:
ingress: ingress:
......
# InitContainer list in hub component:
# 0 - prepare-shared-data
# Container list in hub component:
# 0 - check-frontend-files
# 1 - sidecar-nginx
# 2 - hub
patches:
- target:
kind: Deployment
labelSelector: component=hub
patch: |-
- op: add
path: /spec/template/spec/containers/2/envFrom
value:
- secretRef:
name: generics
- op: replace
path: /spec/replicas
value: 0
- target:
kind: Ingress
group: networking.k8s.io
version: v1
labelSelector: app=jupyterhub
patch: |-
- op: replace
path: "/spec/rules/0/http/paths/0/backend/service/port/name"
value: https
ingress: ingress:
hosts: hosts:
- host: jupyter.jsc.fz-juelich.de #- host: jupyter.jsc.fz-juelich.de
secretName: jupyterjsc-tls # secretName: jupyterjsc-tls
- host: jupyter-jsc.fz-juelich.de #- host: jupyter-jsc.fz-juelich.de
secretName: jupyterjsc-tls-old # secretName: jupyterjsc-tls-old
- host: jupyter.eurocc-gcs.de - host: jupyter.eurocc-gcs.de
secretName: eurocc-tls secretName: eurocc-tls
#- host: juniq.fz-juelich.de #- host: juniq.fz-juelich.de
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment