spark: image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/idctest pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "spark" imagePullSecrets: [{"name": "ssss"}] nameOverride: "spark" fullnameOverride: "" podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: # drop: # - ALL # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 service: type: NodePort port: 22 resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi nodeSelector: {} tolerations: [] affinity: {} 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 service: port: 8080 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 resources: {} 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 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: {} 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: {} persistence: # Enable persistent volume for storing dags enabled: true # Volume size for dags size: 10Gi # If using a custom storageClass, pass name here storageClassName: 'nfs-storage' # access mode of the persistent volume accessMode: ReadWriteMany jupyterlab: install: enabled: false image: repository: registry.cn-hangzhou.aliyuncs.com/sxtest/jupyterlab pullPolicy: Always tag: "idctest" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" podAnnotations: {} resources: {} persistence: # Enable persistent volume for storing dags enabled: true # Volume size for dags size: 20Gi # If using a custom storageClass, pass name here storageClassName: 'nfs-storage' # access mode of the persistent volume accessMode: ReadWriteMany ingress: backend: annotations: kubernetes.io/ingress.class: public hosts: - host: aihub-dag-idctest.digitalyili.com paths: - path: /jpt 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 helmbe: enable: true annotations: kubernetes.io/ingress.class: public hosts: - host: aihub-dag-idctest.digitalyili.com paths: - path: /helm 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 jupyterlab: annotations: kubernetes.io/ingress.class: public hosts: - host: aihub-dag-jpt-idctest.digitalyili.com paths: - path: /