86g: add company tool manifests for Foreman reconciliation
This commit is contained in:
22
tools/manifest.json
Normal file
22
tools/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"tools": [
|
||||
{
|
||||
"type": "Tool_WebSearcher",
|
||||
"image": "ghcr.io/mazakthedwarf/tool.websearcher:latest",
|
||||
"count": 2,
|
||||
"env": {
|
||||
"TOOL_NODE_NAME": "tool-websearcher",
|
||||
"TOOL_HEARTBEAT_SECONDS": "30"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Tool_StorySummary",
|
||||
"image": "ghcr.io/mazakthedwarf/tool.storysummary:latest",
|
||||
"count": 1,
|
||||
"env": {
|
||||
"TOOL_NODE_NAME": "tool-storysummary",
|
||||
"TOOL_HEARTBEAT_SECONDS": "30"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user