values.yaml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. spark:
  2. image:
  3. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/idctest
  4. pullPolicy: IfNotPresent
  5. # Overrides the image tag whose default is the chart appVersion.
  6. tag: "spark"
  7. imagePullSecrets: [{"name": "ssss"}]
  8. nameOverride: "spark"
  9. fullnameOverride: ""
  10. podAnnotations: {}
  11. podSecurityContext: {}
  12. # fsGroup: 2000
  13. securityContext: {}
  14. # capabilities:
  15. # drop:
  16. # - ALL
  17. # readOnlyRootFilesystem: true
  18. # runAsNonRoot: true
  19. # runAsUser: 1000
  20. service:
  21. type: NodePort
  22. port: 22
  23. resources: {}
  24. # We usually recommend not to specify default resources and to leave this as a conscious
  25. # choice for the user. This also increases chances charts run on environments with little
  26. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  27. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  28. # limits:
  29. # cpu: 100m
  30. # memory: 128Mi
  31. # requests:
  32. # cpu: 100m
  33. # memory: 128Mi
  34. nodeSelector: {}
  35. tolerations: []
  36. affinity: {}
  37. backend:
  38. image:
  39. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin
  40. pullPolicy: Always
  41. # Overrides the image tag whose default is the chart appVersion.
  42. tag: "idctest"
  43. appEnv: idctest
  44. imagePullSecrets: []
  45. nameOverride: ""
  46. fullnameOverride: ""
  47. podAnnotations: {}
  48. podSecurityContext: {}
  49. # fsGroup: 2000
  50. service:
  51. port: 8080
  52. resources: {}
  53. # limits:
  54. # cpu: 100m
  55. # memory: 128Mi
  56. # requests:
  57. # cpu: 100m
  58. # memory: 128Mi
  59. backendaf:
  60. image:
  61. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin
  62. pullPolicy: Always
  63. # Overrides the image tag whose default is the chart appVersion.
  64. tag: "idctest"
  65. appEnv: idctest
  66. imagePullSecrets: []
  67. nameOverride: ""
  68. fullnameOverride: ""
  69. podAnnotations: {}
  70. service:
  71. port: 8080
  72. resources: {}
  73. helmbe:
  74. image:
  75. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/helmbe
  76. pullPolicy: Always
  77. # Overrides the image tag whose default is the chart appVersion.
  78. tag: "idctest"
  79. appEnv: idctest
  80. imagePullSecrets: []
  81. nameOverride: ""
  82. fullnameOverride: ""
  83. podAnnotations: {}
  84. service:
  85. port: 8080
  86. resources: {}
  87. # limits:
  88. # cpu: 100m
  89. # memory: 128Mi
  90. # requests:
  91. # cpu: 100m
  92. # memory: 128Mi
  93. frontend:
  94. image:
  95. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/dag-frontend
  96. pullPolicy: Always
  97. # Overrides the image tag whose default is the chart appVersion.
  98. tag: "idctest"
  99. appEnv: idctest
  100. imagePullSecrets: []
  101. nameOverride: ""
  102. fullnameOverride: ""
  103. podAnnotations: {}
  104. resources: {}
  105. minio:
  106. image:
  107. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/minio
  108. pullPolicy: Always
  109. # Overrides the image tag whose default is the chart appVersion.
  110. tag: "idctest"
  111. imagePullSecrets: []
  112. nameOverride: ""
  113. fullnameOverride: ""
  114. podAnnotations: {}
  115. resources: {}
  116. persistence:
  117. # Enable persistent volume for storing dags
  118. enabled: true
  119. # Volume size for dags
  120. size: 10Gi
  121. # If using a custom storageClass, pass name here
  122. storageClassName: 'nfs-storage'
  123. # access mode of the persistent volume
  124. accessMode: ReadWriteMany
  125. jupyterlab:
  126. install:
  127. enabled: false
  128. image:
  129. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/jupyterlab
  130. pullPolicy: Always
  131. tag: "idctest"
  132. imagePullSecrets: []
  133. nameOverride: ""
  134. fullnameOverride: ""
  135. podAnnotations: {}
  136. resources: {}
  137. persistence:
  138. # Enable persistent volume for storing dags
  139. enabled: true
  140. # Volume size for dags
  141. size: 20Gi
  142. # If using a custom storageClass, pass name here
  143. storageClassName: 'nfs-storage'
  144. # access mode of the persistent volume
  145. accessMode: ReadWriteMany
  146. ingress:
  147. backend:
  148. annotations:
  149. kubernetes.io/ingress.class: public
  150. hosts:
  151. - host: aihub-dag-idctest.digitalyili.com
  152. paths:
  153. - path: /jpt
  154. frontend:
  155. annotations:
  156. kubernetes.io/ingress.class: public
  157. hosts:
  158. - host: aihub-dag-idctest.digitalyili.com
  159. paths:
  160. - path: /
  161. backendaf:
  162. annotations:
  163. kubernetes.io/ingress.class: public
  164. hosts:
  165. - host: aihub-dag-idctest.digitalyili.com
  166. paths:
  167. - path: /af
  168. helmbe:
  169. enable: true
  170. annotations:
  171. kubernetes.io/ingress.class: public
  172. hosts:
  173. - host: aihub-dag-idctest.digitalyili.com
  174. paths:
  175. - path: /helm
  176. minio:
  177. annotations:
  178. kubernetes.io/ingress.class: public
  179. hosts:
  180. - host: aihub-dag-minio-idctest.digitalyili.com
  181. paths:
  182. - path: /
  183. minioapi:
  184. annotations:
  185. kubernetes.io/ingress.class: public
  186. hosts:
  187. - host: aihub-dag-minioapi-idctest.digitalyili.com
  188. paths:
  189. - path: /
  190. pathType: ImplementationSpecific
  191. jupyterlab:
  192. annotations:
  193. kubernetes.io/ingress.class: public
  194. hosts:
  195. - host: aihub-dag-jpt-idctest.digitalyili.com
  196. paths:
  197. - path: /