Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Unified expandable panels with mermaid flows, ZIP export, connection tests, and Playwright smoke coverage.
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"namespace": "{{NAMESPACE_NAME}}",
|
|
"service": "seeder",
|
|
"instances": [
|
|
{
|
|
"agent_id": "REPLACE_AGENT_ID",
|
|
"dns_name": "seeder.svc.{{NAMESPACE_NAME}}",
|
|
"ip": "10.0.1.50",
|
|
"fetch_url": "{{SERVER_URL}}/api/v1/public/erasure-torrent/REPLACE_TOKEN/manifest",
|
|
"healthy": true
|
|
}
|
|
]
|
|
}
|