values-idctest.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. spark:
  2. install:
  3. enabled: false
  4. image:
  5. repository: SXKJ:32775/sxkj
  6. pullPolicy: Always
  7. # Overrides the image tag whose default is the chart appVersion.
  8. tag: "spark"
  9. imagePullSecrets: []
  10. nameOverride: ""
  11. fullnameOverride: ""
  12. nodeSelector:
  13. kubernetes.io/hostname: h110
  14. podAnnotations: {}
  15. podSecurityContext: {}
  16. # fsGroup: 2000
  17. securityContext: {}
  18. # capabilities:
  19. # drop:
  20. # - ALL
  21. # readOnlyRootFilesystem: true
  22. # runAsNonRoot: true
  23. # runAsUser: 1000
  24. service:
  25. type: NodePort
  26. port: 22
  27. nodePort: 32022
  28. resources: {}
  29. # We usually recommend not to specify default resources and to leave this as a conscious
  30. # choice for the user. This also increases chances charts run on environments with little
  31. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  32. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  33. # limits:
  34. # cpu: 100m
  35. # memory: 128Mi
  36. # requests:
  37. # cpu: 100m
  38. # memory: 128Mi
  39. tolerations: []
  40. affinity: {}
  41. livy:
  42. install:
  43. enabled: false
  44. image:
  45. repository: SXKJ:32775/livy-0.7
  46. pullPolicy: Always
  47. # Overrides the image tag whose default is the chart appVersion.
  48. tag: "sxkj"
  49. imagePullSecrets: []
  50. nodeSelector:
  51. kubernetes.io/hostname: h153
  52. podAnnotations: {}
  53. podSecurityContext: {}
  54. # fsGroup: 2000
  55. securityContext: {}
  56. # capabilities:
  57. # drop:
  58. # - ALL
  59. # readOnlyRootFilesystem: true
  60. # runAsNonRoot: true
  61. # runAsUser: 1000
  62. service:
  63. type: NodePort
  64. nodePort: 31889
  65. resources: {}
  66. # We usually recommend not to specify default resources and to leave this as a conscious
  67. # choice for the user. This also increases chances charts run on environments with little
  68. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  69. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  70. # limits:
  71. # cpu: 100m
  72. # memory: 128Mi
  73. # requests:
  74. # cpu: 100m
  75. # memory: 128Mi
  76. tolerations: []
  77. affinity: {}
  78. jupyterlab:
  79. install:
  80. enabled: true
  81. config:
  82. baseUrl: /nbs
  83. livyUrl: http://10.138.143.10:8998
  84. image:
  85. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/jupyterlab
  86. pullPolicy: Always
  87. tag: "idctest"
  88. imagePullSecrets: []
  89. nameOverride: ""
  90. fullnameOverride: ""
  91. podAnnotations: {}
  92. resources: {}
  93. nodeSelector:
  94. aihub-dag: aihub-dag
  95. persistence:
  96. # Enable persistent volume for storing dags
  97. enabled: true
  98. # Volume size for dags
  99. size: 20Gi
  100. # If using a custom storageClass, pass name here
  101. storageClassName: 'nfs-storage'
  102. # access mode of the persistent volume
  103. accessMode: ReadWriteMany
  104. ingress:
  105. jupyterlab:
  106. annotations:
  107. kubernetes.io/ingress.class: public
  108. hosts:
  109. - host: aihub-dag-idctest.digitalyili.com
  110. paths:
  111. - path: /nbs
  112. pathType: ImplementationSpecific