fix deluge node name template

This commit is contained in:
gmega 2024-12-05 13:10:00 -03:00
parent 3a69ac88bc
commit 5624542f8f
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -7,6 +7,6 @@ deluge_experiment:
nodes:
network_size: ${NETWORK_SIZE}
address: 'node-{node_index}.deluge.codexbenchmarks.svc.cluster.local'
address: 'deluge-nodes-{node_index}.codex-benchmarks.svc.cluster.local'
daemon_port: 6890
listen_ports: [ 6891, 6892 ]