Initial import of verae-nats-process from zapier monorepo
This commit is contained in:
commit
68e54c063c
10 changed files with 198 additions and 0 deletions
14
fleet.service.json
Normal file
14
fleet.service.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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>"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue