backend: image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: 'idctest' appEnv: idctest imagePullSecrets: [] nameOverride: '' fullnameOverride: '' podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 nodeSelector: aihub-dag: aihub-dag service: port: 8080 hostAliases: # - ip: "10.150.4.25" # hostnames: # - "YILIGKS01" - ip: '10.116.1.78' hostnames: - 'cdhtestdn08.yili.com' - ip: '10.116.1.77' hostnames: - 'cdhtestdn07.yili.com' - ip: '10.116.1.76' hostnames: - 'cdhtestdn06.yili.com' - ip: '10.116.1.75' hostnames: - 'cdhtestdn05.yili.com' - ip: '10.116.1.74' hostnames: - 'cdhtestdn04.yili.com' - ip: '10.116.1.73' hostnames: - 'cdhtestdn03.yili.com' - ip: '10.116.1.72' hostnames: - 'cdhtestdn02.yili.com' - ip: '10.119.14.67' hostnames: - 'cdhtestnm01.yili.com' - ip: '10.119.14.68' hostnames: - 'cdhtestnm02.yili.com' resources: {} # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi backendaf: image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: 'idctest' appEnv: idctest imagePullSecrets: [] nameOverride: '' fullnameOverride: '' podAnnotations: {} service: port: 8080 nodeSelector: aihub-dag: aihub-dag resources: {} # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi helmbe: image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/helmbe pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: 'idctest' appEnv: idctest imagePullSecrets: [] nameOverride: '' fullnameOverride: '' podAnnotations: {} service: port: 8080 nodeSelector: aihub-dag: aihub-dag resources: {} # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi frontend: image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/dag-frontend pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: 'idctest' appEnv: idctest imagePullSecrets: [] nameOverride: '' fullnameOverride: '' podAnnotations: {} resources: {} nodeSelector: aihub-dag: aihub-dag 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: {} nodeSelector: aihub-dag: aihub-dag persistence: # Enable persistent volume for storing dags enabled: true # Volume size for dags size: 10Gi # 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: public hosts: - host: aihub-dag-idctest.digitalyili.com paths: - path: /jpt tls: enabled: false secretName: tls-digitalyili.com frontend: annotations: kubernetes.io/ingress.class: public hosts: - host: aihub-dag-idctest.digitalyili.com paths: - path: / backendaf: annotations: kubernetes.io/ingress.class: public hosts: - host: aihub-dag-idctest.digitalyili.com paths: - path: /af minio: annotations: kubernetes.io/ingress.class: public hosts: - host: aihub-dag-minio-idctest.digitalyili.com paths: - path: / minioapi: annotations: kubernetes.io/ingress.class: public hosts: - host: aihub-dag-minioapi-idctest.digitalyili.com paths: - path: / pathType: ImplementationSpecific