values-txtest.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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: "txtest"
  7. appEnv: txtest
  8. imagePullSecrets: []
  9. nameOverride: ""
  10. fullnameOverride: ""
  11. podAnnotations: {}
  12. podSecurityContext: {}
  13. # fsGroup: 2000
  14. service:
  15. port: 8080
  16. resources:
  17. limits:
  18. cpu: 100m
  19. memory: 1024Mi
  20. requests:
  21. cpu: 1m
  22. memory: 50Mi
  23. backendaf:
  24. image:
  25. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin
  26. pullPolicy: Always
  27. # Overrides the image tag whose default is the chart appVersion.
  28. tag: "txtest"
  29. appEnv: txtest
  30. imagePullSecrets: []
  31. nameOverride: ""
  32. fullnameOverride: ""
  33. podAnnotations: {}
  34. service:
  35. port: 8080
  36. resources:
  37. limits:
  38. cpu: 100m
  39. memory: 1024Mi
  40. requests:
  41. cpu: 1m
  42. memory: 50Mi
  43. helmbe:
  44. image:
  45. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/helmbe
  46. pullPolicy: Always
  47. # Overrides the image tag whose default is the chart appVersion.
  48. tag: "txtest"
  49. imagePullSecrets: []
  50. nameOverride: ""
  51. fullnameOverride: ""
  52. podAnnotations: {}
  53. service:
  54. port: 8080
  55. resources:
  56. limits:
  57. cpu: 100m
  58. memory: 1024Mi
  59. requests:
  60. cpu: 1m
  61. memory: 50Mi
  62. frontend:
  63. image:
  64. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/dag-frontend
  65. pullPolicy: Always
  66. # Overrides the image tag whose default is the chart appVersion.
  67. tag: "txtest"
  68. appEnv: txtest
  69. imagePullSecrets: []
  70. nameOverride: ""
  71. fullnameOverride: ""
  72. podAnnotations: {}
  73. resources:
  74. limits:
  75. cpu: 100m
  76. memory: 1024Mi
  77. requests:
  78. cpu: 1m
  79. memory: 50Mi
  80. minio:
  81. image:
  82. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/minio
  83. pullPolicy: Always
  84. # Overrides the image tag whose default is the chart appVersion.
  85. tag: "idctest"
  86. imagePullSecrets: []
  87. nameOverride: ""
  88. fullnameOverride: ""
  89. podAnnotations: {}
  90. resources:
  91. limits:
  92. cpu: 100m
  93. memory: 1024Mi
  94. requests:
  95. cpu: 1m
  96. memory: 50Mi
  97. persistence:
  98. # Enable persistent volume for storing dags
  99. enabled: true
  100. # Volume size for dags
  101. size: 20Gi
  102. # If using a custom storageClass, pass name here
  103. storageClassName: ''
  104. # access mode of the persistent volume
  105. accessMode: ReadWriteMany
  106. existingClaim: minio-data
  107. ingress:
  108. backend:
  109. annotations:
  110. kubernetes.io/ingress.class: test-pri-ingress
  111. hosts:
  112. - host: aihub-dag-test.digitalyili.com
  113. paths:
  114. - path: /jpt
  115. pathType: ImplementationSpecific
  116. frontend:
  117. annotations:
  118. kubernetes.io/ingress.class: test-pri-ingress
  119. hosts:
  120. - host: aihub-dag-test.digitalyili.com
  121. paths:
  122. - path: /
  123. pathType: ImplementationSpecific
  124. backendaf:
  125. annotations:
  126. kubernetes.io/ingress.class: test-pri-ingress
  127. hosts:
  128. - host: aihub-dag-test.digitalyili.com
  129. paths:
  130. - path: /af
  131. pathType: ImplementationSpecific
  132. helmbe:
  133. enable: false
  134. minio:
  135. annotations:
  136. kubernetes.io/ingress.class: test-pri-ingress
  137. hosts:
  138. - host: aihub-dag-minio-test.digitalyili.com
  139. paths:
  140. - path: /
  141. pathType: ImplementationSpecific
  142. minioapi:
  143. annotations:
  144. kubernetes.io/ingress.class: test-pri-ingress
  145. hosts:
  146. - host: aihub-dag-minioapi-test.digitalyili.com
  147. paths:
  148. - path: /
  149. pathType: ImplementationSpecific