values.yaml 866 B

12345678910111213141516171819202122232425262728293031323334
  1. jupyterlab:
  2. config:
  3. password: 'argon2:$argon2id$v=19$m=10240,t=10,p=8$vSn0+TR0clV8kla6yqcZqQ$XgjDauBkBL5aY8C8668HKJjoTX7BUT/WccJ+BeANHq4'
  4. baseUrl: '/nbs'
  5. workspace: 'projectA'
  6. image:
  7. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/jupyterlab
  8. pullPolicy: Always
  9. tag: "idctest"
  10. imagePullSecrets: []
  11. nameOverride: ""
  12. fullnameOverride: ""
  13. podAnnotations: {}
  14. resources: {}
  15. persistence:
  16. # Enable persistent volume for storing dags
  17. enabled: true
  18. # Volume size for dags
  19. size: 20Gi
  20. # If using a custom storageClass, pass name here
  21. storageClassName: 'nfs-storage'
  22. # access mode of the persistent volume
  23. accessMode: ReadWriteMany
  24. ingress:
  25. jupyterlab:
  26. annotations: {}
  27. hosts:
  28. - host: jupyterlab.sxkj.com
  29. paths:
  30. - path: /
  31. pathType: ImplementationSpecific