evroc loadbalancer loadbalancer addlistener

Add a listener to a load balancer

evroc loadbalancer loadbalancer addlistener <loadbalancer_id> [flags]

Options

  -h, --help                         help for addlistener
      --listener-name string         Name of the listener. Must be unique per load balancer (required).
      --listener-port int            Listening port (1-65535) (required).
      --listener-protocol string     Protocol for the listener. Allowed: TCP. (default "TCP")
      --listener-route-ref strings   Route references for the listener (repeatable).

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")

SEE ALSO