mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Allow containers in Nomad to reach Nomad
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
304db3c0e4
commit
1b63b0aa1a
|
@ -169,6 +169,9 @@ in
|
|||
iifname { "nomad", "docker0", "ve-monitor", "ve-klipper" } tcp dport 53 accept
|
||||
iifname { "nomad", "docker0", "ve-monitor", "ve-klipper" } udp dport 53 accept
|
||||
|
||||
# Allow Nomad Containers to reach Nomad
|
||||
iifname { "nomad" } tcp dport 4646 accept
|
||||
|
||||
# Allow proxies to reach consul
|
||||
iifname { "nomad", "ve-monitor", "ve-klipper" } tcp dport 8500 accept
|
||||
iifname { "ve-monitor", "ve-klipper" } tcp dport 8502 accept
|
||||
|
|
Loading…
Reference in a new issue