2024-11-26 19:53:59 -03:00
|
|
|
deluge_experiment:
|
2024-12-09 16:27:14 -03:00
|
|
|
seeder_sets: ${SEEDER_SETS}
|
2024-11-27 11:22:07 -03:00
|
|
|
seeders: ${SEEDERS}
|
|
|
|
tracker_announce_url: ${TRACKER_ANNOUNCE_URL}
|
2024-11-26 19:53:59 -03:00
|
|
|
file_size: ${FILE_SIZE}
|
|
|
|
repetitions: ${REPETITIONS}
|
|
|
|
shared_volume_path: ${SHARED_VOLUME_PATH}
|
|
|
|
|
|
|
|
nodes:
|
|
|
|
network_size: ${NETWORK_SIZE}
|
2024-12-06 13:27:43 -03:00
|
|
|
first_node_index: 0
|
2024-12-06 15:24:11 -03:00
|
|
|
# Setting the correct name is critical, and it has to match what's in deluge the StatefulSet.
|
|
|
|
name: "${DELUGE_STATEFULSET}-{node_index}"
|
2024-12-05 16:56:47 -03:00
|
|
|
address: "${DELUGE_STATEFULSET}-{node_index}.${DELUGE_SERVICE}.${NAMESPACE}.svc.cluster.local"
|
2024-11-26 19:53:59 -03:00
|
|
|
daemon_port: 6890
|
|
|
|
listen_ports: [ 6891, 6892 ]
|