@morojs/moro


@morojs/moro / ServiceDiscoveryOptions

Interface: ServiceDiscoveryOptions

Defined in: src/core/networking/service-discovery.ts:14

Properties

consulUrl?

optional consulUrl: string

Defined in: src/core/networking/service-discovery.ts:16


healthCheckInterval?

optional healthCheckInterval: number

Defined in: src/core/networking/service-discovery.ts:18


kubernetesNamespace?

optional kubernetesNamespace: string

Defined in: src/core/networking/service-discovery.ts:17


tags?

optional tags: string[]

Defined in: src/core/networking/service-discovery.ts:19


type

type: "memory" | "consul" | "kubernetes"

Defined in: src/core/networking/service-discovery.ts:15