Skip to content

dsdk / v1.47 / EndpointSpec

Type Alias: EndpointSpec ​

EndpointSpec: object

Properties that can be configured to access and load balance a service.

Type declaration ​

NameTypeDescription
Mode?"vip" | "dnsrr"The mode of resolution to use for internal load balancing between tasks.
Ports?EndpointPortConfig[]List of exposed ports that this service is accessible on from the outside. Ports can only be provided if vip resolution mode is used.