values.yaml 963 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. limits:
  16. cpu: 2000m
  17. memory: 4096Mi
  18. requests:
  19. cpu: 100m
  20. memory: 128Mi
  21. persistence:
  22. # Enable persistent volume for storing dags
  23. enabled: true
  24. # Volume size for dags
  25. size: 20Gi
  26. # If using a custom storageClass, pass name here
  27. storageClassName: 'nfs-storage'
  28. # access mode of the persistent volume
  29. accessMode: ReadWriteMany
  30. ingress:
  31. jupyterlab:
  32. annotations: {}
  33. hosts:
  34. - host: jupyterlab.sxkj.com
  35. paths:
  36. - path: /
  37. pathType: ImplementationSpecific