Skip to content

Commit

Permalink
Merge pull request #43 from curie-data-factory/jupyterlab
Browse files Browse the repository at this point in the history
Jupyterlab
  • Loading branch information
armandleopold authored Mar 23, 2022
2 parents 7b9cc24 + 691e6dd commit 3dc833f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion charts/jupyterlab/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: jupyterlab
appVersion: "jupyter/datascience-notebook:python-3.9.6"
version: "0.1.0"
version: "0.1.1"
description: jupyterlab data science notebook
home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/jupyterlab
icon: https://jupyter.org/assets/homepage/main-logo.svg
Expand Down
3 changes: 0 additions & 3 deletions charts/jupyterlab/templates/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
{{- if .Values.persistence.replicas }}
storageos.com/replicas: "{{ .Values.persistence.replicas }}"
{{- end }}
spec:
accessModes:
- {{ .Values.persistence.accessMode | quote }}
Expand Down
2 changes: 0 additions & 2 deletions charts/jupyterlab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ ingress:
persistence:
enabled: true
size: 30Gi
storageClass: storageos-ssd-ext4
accessMode: "ReadWriteOnce"
replicas: "1"
mountPath: /home/jovyan/work

0 comments on commit 3dc833f

Please sign in to comment.