Tsuru router add
tsuru router add¶
Adds a new dynamic router to tsuru.
Synopsis¶
Adds a new dynamic router to tsuru.
tsuru router add <name> <type> [--config {json object}] [--readiness-gate <name>]... [flags]
Options¶
--config string JSON object with router configuration
--readiness-gate string Readiness gates added to pods accessed by this router
-h, --help help for add
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru router - A router is a component responsible for routing user traffic to applications.