values-idctest.yaml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. backend:
  2. image:
  3. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin
  4. pullPolicy: Always
  5. # Overrides the image tag whose default is the chart appVersion.
  6. tag: 'idctest'
  7. appEnv: idctest
  8. imagePullSecrets: []
  9. nameOverride: ''
  10. fullnameOverride: ''
  11. podAnnotations: {}
  12. podSecurityContext:
  13. {}
  14. # fsGroup: 2000
  15. nodeSelector:
  16. aihub-dag: aihub-dag
  17. service:
  18. port: 8080
  19. hostAliases:
  20. # - ip: "10.150.4.25"
  21. # hostnames:
  22. # - "YILIGKS01"
  23. - ip: '10.116.1.78'
  24. hostnames:
  25. - 'cdhtestdn08.yili.com'
  26. - ip: '10.116.1.77'
  27. hostnames:
  28. - 'cdhtestdn07.yili.com'
  29. - ip: '10.116.1.76'
  30. hostnames:
  31. - 'cdhtestdn06.yili.com'
  32. - ip: '10.116.1.75'
  33. hostnames:
  34. - 'cdhtestdn05.yili.com'
  35. - ip: '10.116.1.74'
  36. hostnames:
  37. - 'cdhtestdn04.yili.com'
  38. - ip: '10.116.1.73'
  39. hostnames:
  40. - 'cdhtestdn03.yili.com'
  41. - ip: '10.116.1.72'
  42. hostnames:
  43. - 'cdhtestdn02.yili.com'
  44. - ip: '10.119.14.67'
  45. hostnames:
  46. - 'cdhtestnm01.yili.com'
  47. - ip: '10.119.14.68'
  48. hostnames:
  49. - 'cdhtestnm02.yili.com'
  50. resources:
  51. {}
  52. # limits:
  53. # cpu: 100m
  54. # memory: 128Mi
  55. # requests:
  56. # cpu: 100m
  57. # memory: 128Mi
  58. backendaf:
  59. image:
  60. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin
  61. pullPolicy: Always
  62. # Overrides the image tag whose default is the chart appVersion.
  63. tag: 'idctest'
  64. appEnv: idctest
  65. imagePullSecrets: []
  66. nameOverride: ''
  67. fullnameOverride: ''
  68. podAnnotations: {}
  69. service:
  70. port: 8080
  71. nodeSelector:
  72. aihub-dag: aihub-dag
  73. resources:
  74. {}
  75. # limits:
  76. # cpu: 100m
  77. # memory: 128Mi
  78. # requests:
  79. # cpu: 100m
  80. # memory: 128Mi
  81. helmbe:
  82. image:
  83. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/helmbe
  84. pullPolicy: Always
  85. # Overrides the image tag whose default is the chart appVersion.
  86. tag: 'idctest'
  87. appEnv: idctest
  88. imagePullSecrets: []
  89. nameOverride: ''
  90. fullnameOverride: ''
  91. podAnnotations: {}
  92. service:
  93. port: 8080
  94. nodeSelector:
  95. aihub-dag: aihub-dag
  96. resources:
  97. {}
  98. # limits:
  99. # cpu: 100m
  100. # memory: 128Mi
  101. # requests:
  102. # cpu: 100m
  103. # memory: 128Mi
  104. frontend:
  105. image:
  106. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/dag-frontend
  107. pullPolicy: Always
  108. # Overrides the image tag whose default is the chart appVersion.
  109. tag: 'idctest'
  110. appEnv: idctest
  111. imagePullSecrets: []
  112. nameOverride: ''
  113. fullnameOverride: ''
  114. podAnnotations: {}
  115. resources: {}
  116. nodeSelector:
  117. aihub-dag: aihub-dag
  118. minio:
  119. image:
  120. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/minio
  121. pullPolicy: Always
  122. # Overrides the image tag whose default is the chart appVersion.
  123. tag: 'idctest'
  124. imagePullSecrets: []
  125. nameOverride: ''
  126. fullnameOverride: ''
  127. podAnnotations: {}
  128. resources: {}
  129. nodeSelector:
  130. aihub-dag: aihub-dag
  131. persistence:
  132. # Enable persistent volume for storing dags
  133. enabled: true
  134. # Volume size for dags
  135. size: 10Gi
  136. # If using a custom storageClass, pass name here
  137. storageClassName: ''
  138. # access mode of the persistent volume
  139. accessMode: ReadWriteMany
  140. existingClaim: minio-data
  141. ingress:
  142. backend:
  143. annotations:
  144. kubernetes.io/ingress.class: public
  145. hosts:
  146. - host: aihub-dag-idctest.digitalyili.com
  147. paths:
  148. - path: /jpt
  149. tls:
  150. enabled: false
  151. secretName: tls-digitalyili.com
  152. frontend:
  153. annotations:
  154. kubernetes.io/ingress.class: public
  155. hosts:
  156. - host: aihub-dag-idctest.digitalyili.com
  157. paths:
  158. - path: /
  159. backendaf:
  160. annotations:
  161. kubernetes.io/ingress.class: public
  162. hosts:
  163. - host: aihub-dag-idctest.digitalyili.com
  164. paths:
  165. - path: /af
  166. minio:
  167. annotations:
  168. kubernetes.io/ingress.class: public
  169. hosts:
  170. - host: aihub-dag-minio-idctest.digitalyili.com
  171. paths:
  172. - path: /
  173. minioapi:
  174. annotations:
  175. kubernetes.io/ingress.class: public
  176. hosts:
  177. - host: aihub-dag-minioapi-idctest.digitalyili.com
  178. paths:
  179. - path: /
  180. pathType: ImplementationSpecific