Infer port from protocol if port is not specified and add ability to override hostname in clusters def (#389)

This commit is contained in:
Adil Hafeez 2025-02-03 14:51:59 -08:00 committed by GitHub
parent 25692bbbfc
commit 962727f244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 7 deletions

View file

@ -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