move service/statefulset/namespace names onto env vars

This commit is contained in:
gmega 2024-12-05 16:56:47 -03:00
parent 3b70dc928b
commit 7fe9dafe50
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: 'deluge-nodes-{node_index}.codex-benchmarks.svc.cluster.local'
address: "${DELUGE_STATEFULSET}-{node_index}.${DELUGE_SERVICE}.${NAMESPACE}.svc.cluster.local"
daemon_port: 6890
listen_ports: [ 6891, 6892 ]