OP#607 add FW port

This commit is contained in:
2026-06-07 14:33:43 +02:00
parent 3209aa0b27
commit db599fac5e
2 changed files with 19 additions and 0 deletions

View File

@@ -18,5 +18,11 @@ class haproxy_cd::firewall::iptables (
dport => $hy_https_port,
jump => 'accept',
}
firewall { "${hy_fw_order_no}9000 tcp port minio-api":
proto => 'tcp',
dport => '9000',
jump => 'accept',
}
}
}