mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
add listener routes for internal service proxying (#793)
This commit is contained in:
parent
198c912202
commit
c2480639b2
13 changed files with 219 additions and 2 deletions
|
|
@ -93,6 +93,19 @@ properties:
|
|||
required:
|
||||
- id
|
||||
- description
|
||||
routes:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
path_prefix:
|
||||
type: string
|
||||
upstream:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- path_prefix
|
||||
- upstream
|
||||
additionalProperties: false
|
||||
required:
|
||||
- type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue