Accepts either a single scalar port (tcp: 5432) or a sequence (tcp: [5432, 5433]) and normalizes both to Array(Int32).
tcp: 5432
tcp: [5432, 5433]
Array(Int32)