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