values-txprod.yaml 3.3 KB

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