druid/integration-tests/k8s_run_config_file.json
zhangyue19921010 1884c35698
Do Integrate test for Druid base on K8s cluster (#10669)
* add a travls job to do integrate test on K8s

* revert build_run_cluster.sh

* revert msic

* run IT test

* ready to test

* modify before/after script

* done

* change mod for script

* done

* add env DRUID_OPERATOR_VERSION=0.0.3

* change version

Co-authored-by: yuezhang <yuezhang@freewheel.tv>
2020-12-16 16:00:42 -08:00

16 lines
483 B
JSON

{
"broker_host" : "localhost",
"broker_port" : "30400",
"broker_tls_url" : "http://localhost:30100",
"router_host" : "localhost",
"router_port" : "30400",
"router_tls_url" : "http://localhost:30400",
"indexer_host" : "localhost",
"indexer_port" : "30400",
"historical_host" : "localhost",
"historical_port" : "30300",
"coordinator_host" : "localhost",
"coordinator_port" : "30400",
"middlemanager_host": "localhost",
"zookeeper_hosts": "localhost:30600"
}