backend: image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "txtest" appEnv: txtest imagePullSecrets: [] nameOverride: "" fullnameOverride: "" podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 service: port: 8080 resources: limits: cpu: 100m memory: 1024Mi requests: cpu: 1m memory: 50Mi backendaf: image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "txtest" appEnv: txtest imagePullSecrets: [] nameOverride: "" fullnameOverride: "" podAnnotations: {} service: port: 8080 resources: limits: cpu: 100m memory: 1024Mi requests: cpu: 1m memory: 50Mi helmbe: image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/helmbe pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "txtest" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" podAnnotations: {} service: port: 8080 resources: limits: cpu: 100m memory: 1024Mi requests: cpu: 1m memory: 50Mi frontend: image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/dag-frontend pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "txtest" appEnv: txtest imagePullSecrets: [] nameOverride: "" fullnameOverride: "" podAnnotations: {} resources: limits: cpu: 100m memory: 1024Mi requests: cpu: 1m memory: 50Mi minio: image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/minio pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "idctest" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" podAnnotations: {} resources: limits: cpu: 100m memory: 1024Mi requests: cpu: 1m memory: 50Mi persistence: # Enable persistent volume for storing dags enabled: true # Volume size for dags size: 20Gi # If using a custom storageClass, pass name here storageClassName: '' # access mode of the persistent volume accessMode: ReadWriteMany existingClaim: minio-data ingress: backend: annotations: kubernetes.io/ingress.class: test-pri-ingress hosts: - host: aihub-dag-test.digitalyili.com paths: - path: /jpt pathType: ImplementationSpecific frontend: annotations: kubernetes.io/ingress.class: test-pri-ingress hosts: - host: aihub-dag-test.digitalyili.com paths: - path: / pathType: ImplementationSpecific backendaf: annotations: kubernetes.io/ingress.class: test-pri-ingress hosts: - host: aihub-dag-test.digitalyili.com paths: - path: /af pathType: ImplementationSpecific helmbe: enable: false minio: annotations: kubernetes.io/ingress.class: test-pri-ingress hosts: - host: aihub-dag-minio-test.digitalyili.com paths: - path: / pathType: ImplementationSpecific minioapi: annotations: kubernetes.io/ingress.class: test-pri-ingress hosts: - host: aihub-dag-minioapi-test.digitalyili.com paths: - path: / pathType: ImplementationSpecific