Documentation
¶
Index ¶
Constants ¶
View Source
const ( MaxDeploymentsPerNode = 100 MaxMemoryMB = 8192 // 8GB MaxCPUPercent = 400 // 400% = 4 cores MaxPortsPerNode = 9900 // ~10k ports available )
Node capacity limits used by both deployment and namespace scheduling.
View Source
const ( WireGuardPort = 51820 RQLiteHTTPPort = 5001 RQLiteRaftPort = 7001 OlricHTTPPort = 3320 OlricMemberlistPort = 3322 GatewayAPIPort = 6001 )
Service ports used across the network.
View Source
const ( GoVersion = "1.24.6" OlricVersion = "v0.7.0" IPFSKuboVersion = "v0.38.2" IPFSClusterVersion = "v1.1.2" RQLiteVersion = "8.43.0" CoreDNSVersion = "1.12.0" CaddyVersion = "2.10.2" )
External dependency versions used across the network. Single source of truth — all installer files and build scripts import from here.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.