milvus/deployments/docker/cluster-distributed-deployment/roles/deploy-indexnode/tasks/main.yml
john-h-luo 9f5a0d60d1
correct typo modify comment (#16492)
Signed-off-by: John Luo <jiehua.luo@zilliz.com>
2022-04-18 14:25:37 +08:00

12 lines
428 B
YAML

- name: indexnode
docker_container:
name: indexnode
image: "{{image}}"
command: "milvus run indexnode"
env:
ETCD_ENDPOINTS: "{{ETCD_ENDPOINTS}}"
MINIO_ADDRESS: "{{MINIO_ADDRESS}}"
PULSAR_ADDRESS: "{{PULSAR_ADDRESS}}"
INDEX_COORD_ADDRESS: "{{INDEX_COORD_ADDRESS}}"
METRICS_PORT: "9093"
network_mode: "{{nodes_network}}" #Use the network which defined as variable in Inventory.