Skip to content

Commit

Permalink
move service/statefulset/namespace names onto env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
gmega committed Dec 5, 2024
1 parent 3b70dc9 commit 7fe9daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

0 comments on commit 7fe9daf

Please sign in to comment.