verae-nats-process/fleet.service.json

14 lines
435 B
JSON

{
"id": "verae-nats-process",
"title": "Template addressed process",
"kind": "nats-worker",
"package": "verae-nats-process",
"role": "verae-nats-process",
"managed": true,
"health": { "type": "http", "path": "/health", "timeoutMs": 800 },
"ports": { "healthBase": 13900 },
"nats": {
"in": ["verae.example.process.in"],
"out": ["verae.example.process.out", "verae.example.process.reply.<correlationId>"]
}
}