mirror of
https://github.com/katanemo/plano.git
synced 2026-05-04 13:23:00 +02:00
Infer port from protocol if port is not specified and add ability to override hostname in clusters def (#389)
This commit is contained in:
parent
25692bbbfc
commit
962727f244
4 changed files with 36 additions and 7 deletions
|
|
@ -33,6 +33,8 @@ properties:
|
|||
enum:
|
||||
- http
|
||||
- https
|
||||
http_host:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- endpoint
|
||||
|
|
@ -66,6 +68,8 @@ properties:
|
|||
enum:
|
||||
- http
|
||||
- https
|
||||
http_host:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue