Skip to content

Commit

Permalink
Merge pull request #29 from marcoverl/patch-1
Browse files Browse the repository at this point in the history
CLOUD-2429
  • Loading branch information
marcoverl authored Oct 30, 2024
2 parents ee8c0ed + 9a9d3f5 commit dfe6ed7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stable/jupyterhub/templates/hub_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ spec:
value: "{{ .Values.s3.endpoint }}"
- name: S3_BUCKET
value: "{{ .Values.s3.bucket }}"
- name: SPAWNED_IMAGE
value: "{{ .Values.hub.spawned_image }}"
- name: CVMFS_SNAPSHOTTER
value: "{{ .Values.hub.cvmfs_snapshotter }}"
image: "{{ .Values.hub.image }}"
ports:
- containerPort: 8888
2 changes: 2 additions & 0 deletions stable/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ iam:
hub:
host: localhost
image: harbor.cloud.infn.it/datacloud-templates/jhub-spark:1.2.0
spawned_image: harbor.cloud.infn.it/datacloud-templates/spark:1.2.0
cvmfs_snapshotter: false

s3:
endpoint: https://rgw.cloud.infn.it/
Expand Down

0 comments on commit dfe6ed7

Please sign in to comment.