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

prepare for maintenance

parent c8d19a34
No related branches found
No related tags found
1 merge request!83Jupyter production maint prep
Showing
with 55 additions and 2 deletions
......@@ -41,6 +41,8 @@ targetCustomizations:
stage: production
helm:
values:
ingress:
enabled: false
global:
hostname: jupyter-coec.jsc.fz-juelich.de
loggerName: CoeCProduction
......@@ -25,6 +25,9 @@ patches:
kind: Deployment
labelSelector: app=coec,component=hub
patch: |-
- op: replace
path: /spec/replicas
value: 0
- op: add
path: /spec/template/spec/initContainers/0/envFrom
value:
......
......@@ -41,6 +41,8 @@ targetCustomizations:
stage: production
helm:
values:
ingress:
enabled: false
global:
hostname: jupyter.coe-raise.eu
loggerName: CoeRaiseProduction
......@@ -25,6 +25,9 @@ patches:
kind: Deployment
labelSelector: app=coeraise,component=hub
patch: |-
- op: replace
path: /spec/replicas
value: 0
- op: add
path: /spec/template/spec/initContainers/0/envFrom
value:
......
......@@ -41,6 +41,8 @@ targetCustomizations:
stage: production
helm:
values:
ingress:
enabled: false
global:
hostname: jupyter.eurocc-gcs.de
loggerName: EuroCCGCSProduction
......@@ -25,6 +25,9 @@ patches:
kind: Deployment
labelSelector: app=euroccgcs,component=hub
patch: |-
- op: replace
path: /spec/replicas
value: 0
- op: add
path: /spec/template/spec/initContainers/0/envFrom
value:
......
......@@ -41,6 +41,8 @@ targetCustomizations:
stage: production
helm:
values:
ingress:
enabled: false
global:
hostname: juniq.fz-juelich.de
loggerName: JUNIQProduction
......@@ -25,6 +25,9 @@ patches:
kind: Deployment
labelSelector: app=juniq,component=hub
patch: |-
- op: replace
path: /spec/replicas
value: 0
- op: add
path: /spec/template/spec/initContainers/0/envFrom
value:
......
......@@ -55,6 +55,8 @@ targetCustomizations:
stage: production
helm:
values:
ingress:
enabled: false
global:
hostname: jupyter.jsc.fz-juelich.de
loggerName: JupyterJSCProduction
......
......@@ -25,6 +25,9 @@ patches:
kind: Deployment
labelSelector: app=jupyterjsc,component=hub
patch: |-
- op: replace
path: /spec/replicas
value: 0
- op: add
path: /spec/template/spec/initContainers/0/envFrom
value:
......
......@@ -32,4 +32,4 @@ targetCustomizations:
# Set JupyterHub in maintenance:
# !! Configure hosts in values/overlays/production/hosts.yaml !!
# Set enabled here to true, set ingress.enabled in hubs/[juniq|eurocc|...]/values/overlays/production/ingress.yaml to false
enabled: false
enabled: true
......@@ -44,6 +44,8 @@ targetCustomizations:
stage: production
helm:
values:
ingress:
enabled: false
global:
hostname: hub.nfdi-jupyter.de
loggerName: NFDIGeneralProduction
......@@ -25,6 +25,9 @@ patches:
kind: Deployment
labelSelector: app=nfdigeneral,component=hub
patch: |-
- op: replace
path: /spec/replicas
value: 0
- op: add
path: /spec/template/spec/initContainers/0/envFrom
value:
......
......@@ -57,6 +57,8 @@ targetCustomizations:
stage: production
helm:
values:
ingress:
enabled: false
global:
hostname: portal.gauss-centre.eu
loggerName: PortalGaussProduction
......
......@@ -25,6 +25,9 @@ patches:
kind: Deployment
labelSelector: app=portalgauss,component=hub
patch: |-
- op: replace
path: /spec/replicas
value: 0
- op: add
path: /spec/template/spec/initContainers/0/envFrom
value:
......
......@@ -17,3 +17,12 @@ resources:
- modules-user-juniq-4.2.yaml
- uftp.yaml
- flavors-external.yaml
patches:
- target:
kind: Deployment
labelSelector: app.kubernetes.io/instance=kube
patch: |-
- op: replace
path: /spec/replicas
value: 0
\ No newline at end of file
......@@ -6,3 +6,12 @@ resources:
- jobs-3.6.yaml
- jobs-4.2.yaml
- jobs-common.yaml
patches:
- target:
kind: Deployment
labelSelector: app.kubernetes.io/instance=unicore
patch: |-
- op: replace
path: /spec/replicas
value: 0
\ No newline at end of file
......@@ -26,7 +26,7 @@ targetCustomizations:
- values/overlays/production/jupyterhubs.yaml
- values/overlays/production/misc.yaml
values:
replicas: 2
replicas: 0
diff:
comparePatches:
- apiVersion: apps/v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment