123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
- timezone: "Asia/Shanghai"
- image:
- registry: "dolphinscheduler.docker.scarf.sh/apache"
- tag: "dev-SNAPSHOT"
- pullPolicy: "IfNotPresent"
- pullSecret: ""
- postgresql:
- enabled: true
- postgresqlUsername: "root"
- postgresqlPassword: "root"
- postgresqlDatabase: "dolphinscheduler"
- persistence:
- enabled: false
- size: "20Gi"
- storageClass: "-"
- externalDatabase:
- type: "postgresql"
- host: "localhost"
- port: "5432"
- username: "root"
- password: "root"
- database: "dolphinscheduler"
- params: "characterEncoding=utf8"
- zookeeper:
- enabled: true
- service:
- port: 2181
- fourlwCommandsWhitelist: "srvr,ruok,wchs,cons"
- persistence:
- enabled: false
- size: "20Gi"
- storageClass: "-"
- externalRegistry:
- registryPluginDir: "lib/plugin/registry"
- registryPluginName: "zookeeper"
- registryServers: "127.0.0.1:2181"
- common:
-
- configmap:
- DOLPHINSCHEDULER_OPTS: ""
- DATA_BASEDIR_PATH: "/tmp/dolphinscheduler"
- RESOURCE_STORAGE_TYPE: "HDFS"
- RESOURCE_UPLOAD_PATH: "/dolphinscheduler"
- FS_DEFAULT_FS: "file:///"
- FS_S3A_ENDPOINT: "s3.xxx.amazonaws.com"
- FS_S3A_ACCESS_KEY: "xxxxxxx"
- FS_S3A_SECRET_KEY: "xxxxxxx"
- HADOOP_SECURITY_AUTHENTICATION_STARTUP_STATE: "false"
- JAVA_SECURITY_KRB5_CONF_PATH: "/opt/krb5.conf"
- LOGIN_USER_KEYTAB_USERNAME: "hdfs@HADOOP.COM"
- LOGIN_USER_KEYTAB_PATH: "/opt/hdfs.keytab"
- KERBEROS_EXPIRE_TIME: "2"
- HDFS_ROOT_USER: "hdfs"
- RESOURCE_MANAGER_HTTPADDRESS_PORT: "8088"
- YARN_RESOURCEMANAGER_HA_RM_IDS: ""
- YARN_APPLICATION_STATUS_ADDRESS: "http://ds1:%s/ws/v1/cluster/apps/%s"
- YARN_JOB_HISTORY_STATUS_ADDRESS: "http://ds1:19888/ws/v1/history/mapreduce/jobs/%s"
- DATASOURCE_ENCRYPTION_ENABLE: "false"
- DATASOURCE_ENCRYPTION_SALT: "!@#$%^&*"
- SUDO_ENABLE: "true"
-
- HADOOP_HOME: "/opt/soft/hadoop"
- HADOOP_CONF_DIR: "/opt/soft/hadoop/etc/hadoop"
- SPARK_HOME1: "/opt/soft/spark1"
- SPARK_HOME2: "/opt/soft/spark2"
- PYTHON_HOME: "/usr/bin/python"
- JAVA_HOME: "/usr/local/openjdk-8"
- HIVE_HOME: "/opt/soft/hive"
- FLINK_HOME: "/opt/soft/flink"
- DATAX_HOME: "/opt/soft/datax"
-
- sharedStoragePersistence:
- enabled: false
- mountPath: "/opt/soft"
- accessModes:
- - "ReadWriteMany"
-
- storageClassName: "-"
- storage: "20Gi"
-
- fsFileResourcePersistence:
- enabled: false
- accessModes:
- - "ReadWriteMany"
-
- storageClassName: "-"
- storage: "20Gi"
- master:
-
- podManagementPolicy: "Parallel"
-
- replicas: "3"
-
-
- annotations: {}
-
-
- affinity: {}
-
-
-
- nodeSelector: {}
-
-
- tolerations: []
-
-
- resources: {}
-
-
-
-
-
-
-
-
-
- livenessProbe:
- enabled: true
- initialDelaySeconds: "30"
- periodSeconds: "30"
- timeoutSeconds: "5"
- failureThreshold: "3"
- successThreshold: "1"
-
-
- readinessProbe:
- enabled: true
- initialDelaySeconds: "30"
- periodSeconds: "30"
- timeoutSeconds: "5"
- failureThreshold: "3"
- successThreshold: "1"
-
-
-
-
- persistentVolumeClaim:
- enabled: false
- accessModes:
- - "ReadWriteOnce"
- storageClassName: "-"
- storage: "20Gi"
- env:
- JAVA_OPTS: "-Xms1g -Xmx1g -Xmn512m"
- MASTER_EXEC_THREADS: "100"
- MASTER_EXEC_TASK_NUM: "20"
- MASTER_DISPATCH_TASK_NUM: "3"
- MASTER_HOST_SELECTOR: "LowerWeight"
- MASTER_HEARTBEAT_INTERVAL: "10"
- MASTER_TASK_COMMIT_RETRYTIMES: "5"
- MASTER_TASK_COMMIT_INTERVAL: "1000"
- MASTER_MAX_CPU_LOAD_AVG: "-1"
- MASTER_RESERVED_MEMORY: "0.3"
- MASTER_FAILOVER_INTERVAL: 10
- MASTER_KILL_YARN_JOB_WHEN_HANDLE_FAILOVER: "true"
- worker:
-
- podManagementPolicy: "Parallel"
-
- replicas: "3"
-
-
- annotations: {}
-
-
- affinity: {}
-
-
-
- nodeSelector: {}
-
-
- tolerations: []
-
-
- resources: {}
-
-
-
-
-
-
-
-
-
- livenessProbe:
- enabled: true
- initialDelaySeconds: "30"
- periodSeconds: "30"
- timeoutSeconds: "5"
- failureThreshold: "3"
- successThreshold: "1"
-
-
- readinessProbe:
- enabled: true
- initialDelaySeconds: "30"
- periodSeconds: "30"
- timeoutSeconds: "5"
- failureThreshold: "3"
- successThreshold: "1"
-
-
-
-
- persistentVolumeClaim:
- enabled: false
-
- dataPersistentVolume:
- enabled: false
- accessModes:
- - "ReadWriteOnce"
- storageClassName: "-"
- storage: "20Gi"
-
- logsPersistentVolume:
- enabled: false
- accessModes:
- - "ReadWriteOnce"
- storageClassName: "-"
- storage: "20Gi"
- env:
- WORKER_GROUPS_0: default
- WORKER_MAX_CPU_LOAD_AVG: "-1"
- WORKER_RESERVED_MEMORY: "0.3"
- WORKER_EXEC_THREADS: "100"
- WORKER_HEARTBEAT_INTERVAL: "10"
- WORKER_HOST_WEIGHT: "100"
- WORKER_GROUPS: "default"
- alert:
-
- replicas: 1
-
- strategy:
- type: "RollingUpdate"
- rollingUpdate:
- maxSurge: "25%"
- maxUnavailable: "25%"
-
-
- annotations: {}
-
-
-
- affinity: {}
-
-
- nodeSelector: {}
-
-
- tolerations: []
-
-
- resources: {}
-
-
-
-
-
-
-
-
-
- livenessProbe:
- enabled: true
- initialDelaySeconds: "30"
- periodSeconds: "30"
- timeoutSeconds: "5"
- failureThreshold: "3"
- successThreshold: "1"
-
-
- readinessProbe:
- enabled: true
- initialDelaySeconds: "30"
- periodSeconds: "30"
- timeoutSeconds: "5"
- failureThreshold: "3"
- successThreshold: "1"
-
-
- persistentVolumeClaim:
- enabled: false
- accessModes:
- - "ReadWriteOnce"
- storageClassName: "-"
- storage: "20Gi"
- env:
- JAVA_OPTS: "-Xms512m -Xmx512m -Xmn256m"
- api:
-
- replicas: "1"
-
- strategy:
- type: "RollingUpdate"
- rollingUpdate:
- maxSurge: "25%"
- maxUnavailable: "25%"
-
-
- annotations: {}
-
-
-
- affinity: {}
-
-
- nodeSelector: {}
-
-
- tolerations: []
-
-
- resources: {}
-
-
-
-
-
-
-
-
-
- livenessProbe:
- enabled: true
- initialDelaySeconds: "30"
- periodSeconds: "30"
- timeoutSeconds: "5"
- failureThreshold: "3"
- successThreshold: "1"
-
-
- readinessProbe:
- enabled: true
- initialDelaySeconds: "30"
- periodSeconds: "30"
- timeoutSeconds: "5"
- failureThreshold: "3"
- successThreshold: "1"
-
-
- persistentVolumeClaim:
- enabled: false
- accessModes:
- - "ReadWriteOnce"
- storageClassName: "-"
- storage: "20Gi"
- service:
-
- type: "ClusterIP"
-
- clusterIP: ""
-
- nodePort: ""
-
- externalIPs: []
-
- externalName: ""
-
- loadBalancerIP: ""
-
-
- annotations: {}
- env:
- JAVA_OPTS: "-Xms512m -Xmx512m -Xmn256m"
- ingress:
- enabled: false
- host: "dolphinscheduler.org"
- path: "/dolphinscheduler"
- annotations: {}
- tls:
- enabled: false
- secretName: "dolphinscheduler-tls"
|