mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-02-05 08:38:02 +00:00
97 lines
2.0 KiB
YAML
97 lines
2.0 KiB
YAML
---
|
|
fqdn: talaria
|
|
env: test
|
|
scheme: http
|
|
|
|
primary:
|
|
address: ":6220"
|
|
health:
|
|
address: ":6221"
|
|
pprof:
|
|
address: ":6222"
|
|
control:
|
|
address: ":6223"
|
|
metric:
|
|
address: ":6224"
|
|
metricsOptions:
|
|
namespace: "xmidt"
|
|
subsystem: "talaria"
|
|
|
|
log:
|
|
file: "stdout"
|
|
level: "debug"
|
|
json: false
|
|
|
|
device:
|
|
manager:
|
|
upgrader:
|
|
handshakeTimeout: "10s"
|
|
maxDevices: 2000
|
|
deviceMessageQueueSize: 100
|
|
pingPeriod: "45s"
|
|
idlePeriod: "135s"
|
|
requestTimeout: "15s"
|
|
outbound:
|
|
method: "POST"
|
|
eventEndpoints:
|
|
default: http://caduceus:6000/api/v3/notify
|
|
requestTimeout: "125s"
|
|
defaultScheme: "http"
|
|
allowedSchemes:
|
|
- "http"
|
|
- "https"
|
|
outboundQueueSize: 1000
|
|
workerPoolSize: 100
|
|
transport:
|
|
maxIdleConns: 0
|
|
maxIdleConnsPerHost: 100
|
|
idleConnTimeout: "120s"
|
|
clientTimeout: "160s"
|
|
authKey: dXNlcjpwYXNz
|
|
inbound:
|
|
authKey: dXNlcjpwYXNz
|
|
|
|
eventMap:
|
|
default: http://caduceus:6000/api/v3/notify
|
|
|
|
service:
|
|
defaultScheme: http
|
|
consul:
|
|
client:
|
|
address: "consul1:8500"
|
|
scheme: "http"
|
|
waitTime: "30s"
|
|
disableGenerateID: true
|
|
vnodeCount: 211
|
|
watches:
|
|
-
|
|
service: "talaria"
|
|
tags:
|
|
- "dev"
|
|
- "docker"
|
|
passingOnly: true
|
|
-
|
|
service: "caduceus"
|
|
tags:
|
|
- "dev"
|
|
- "docker"
|
|
passingOnly: true
|
|
registrations:
|
|
-
|
|
id: "talaria-2"
|
|
name: "talaria"
|
|
tags:
|
|
- "dev"
|
|
- "docker"
|
|
- "stage=dev"
|
|
- "flavor=docker"
|
|
address: "http://talaria-2"
|
|
scheme: "http"
|
|
port: 6220
|
|
checks:
|
|
-
|
|
checkID: "talaria-2:http"
|
|
http: "http://talaria-2:6221/health"
|
|
interval: "30s"
|
|
deregisterCriticalServiceAfter: "70s"
|