values-sxkj.yaml 3.2 KB

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