Skip to content

brave units doesn't list multiple forwarded ports - only one port is shown #28

@idroz

Description

@idroz

Describe the bug
Bravetools is able to forward multiple ports to host, however brave units will only show one port in its output

To Reproduce

brave base alpine/edge/amd64
cat >Bravefile <<EOL
service:
  image: brave-base-alpine-edge-1.0
  name: brave-base-alpine-edge
  version: 1.0
  ip: 10.0.0.10
  ports:
    - 8888:8888
    - 7777:7777
  resources:
    ram: 2GB
    cpu: 1
EOL

Deploy unit brave deploy

Expected behaviour
All forwarded ports are listed by brave units.

Environment (please complete the following information):

  • Your operating system name and version: Mac OS Mojave
  • Bravetools version: 1.55-dev
  • LXD version: 4.6

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions