Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1004 Bytes

File metadata and controls

13 lines (9 loc) · 1004 Bytes

QoveryApi.Link

Properties

Name Type Description Notes
url String [optional]
internalPort Number The port from which the service is reachable from within the cluster [optional]
externalPort Number The port from which the service is reachable from externally (i.e: 443 for HTTPS) [optional]
isQoveryDomain Boolean True if the domain is managed by Qovery, false if it belongs to the user [optional]
isDefault Boolean Indicate if the link is using the root of the domain and not one derivated from port i.e: p8080.zxxxx.jvm.worl => is_default = false, is_qovery = true zxxxx.jvm.world => is_default = true, is_qovery = true p8080-my-super-domain.com => is_default = false, is_qovery = false my-super-domain.com => is_default = true, is_qovery = false [optional]