mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-01-24 18:08:50 +00:00
16 lines
585 B
YAML
16 lines
585 B
YAML
deluge_experiment:
|
|
seeder_sets: ${SEEDER_SETS}
|
|
seeders: ${SEEDERS}
|
|
tracker_announce_url: ${TRACKER_ANNOUNCE_URL}
|
|
file_size: ${FILE_SIZE}
|
|
repetitions: ${REPETITIONS}
|
|
shared_volume_path: ${SHARED_VOLUME_PATH}
|
|
|
|
nodes:
|
|
network_size: ${NETWORK_SIZE}
|
|
first_node_index: 0
|
|
# Setting the correct name is critical, and it has to match what's in deluge the StatefulSet.
|
|
name: "${DELUGE_STATEFULSET}-{node_index}"
|
|
address: "${DELUGE_STATEFULSET}-{node_index}.${DELUGE_SERVICE}.${NAMESPACE}.svc.cluster.local"
|
|
daemon_port: 6890
|
|
listen_ports: [ 6891, 6892 ] |