Add Cloud Map seeder discovery with VPC Lattice operator templates.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Agents poll AETHERFORGE_CLOUD_MAP_ENDPOINT to sync know_node gossip; deploy plans attach route_via DNS hints for standalone operator registries.
This commit is contained in:
17
server/web/public/spread/cloud-map/service-registry.json
Normal file
17
server/web/public/spread/cloud-map/service-registry.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"Name": "aetherforge-seeder",
|
||||
"NamespaceId": "REPLACE_CLOUD_MAP_NAMESPACE_ID",
|
||||
"Description": "AetherForge erasure seeder instances for VPC Lattice discovery",
|
||||
"DnsConfig": {
|
||||
"DnsRecords": [
|
||||
{
|
||||
"Type": "A",
|
||||
"TTL": 10
|
||||
}
|
||||
],
|
||||
"RoutingPolicy": "MULTIVALUE"
|
||||
},
|
||||
"HealthCheckCustomConfig": {
|
||||
"FailureThreshold": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user