From 9e4e1e5780252b23b075dc4767d2364c731f9126 Mon Sep 17 00:00:00 2001 From: Kartik Chopra Date: Tue, 3 Sep 2024 16:08:13 -0400 Subject: [PATCH] feat: adds static port --- infrastructure/nomad/playbooks/variables/profiles.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure/nomad/playbooks/variables/profiles.yml b/infrastructure/nomad/playbooks/variables/profiles.yml index 3140a0d39..4dd7e8bef 100644 --- a/infrastructure/nomad/playbooks/variables/profiles.yml +++ b/infrastructure/nomad/playbooks/variables/profiles.yml @@ -76,6 +76,7 @@ jobs: to: 6060 p2p: to: 30311 + static: 30311 env: ip: 127.0.0.1 net_restrict: 0.0.0.0/0 @@ -96,6 +97,7 @@ jobs: to: 6060 p2p: to: 30312 + static: 30312 env: ip: 127.0.0.1 net_restrict: 0.0.0.0/0 @@ -116,6 +118,7 @@ jobs: to: 6060 p2p: to: 30313 + static: 30313 env: ip: 127.0.0.1 net_restrict: 0.0.0.0/0