This commit is contained in:
2025-04-15 06:21:29 -05:00
parent dd94e0ab86
commit b879a85a16

View File

@@ -30,7 +30,7 @@ locals {
cores = 2 cores = 2
memory = "4096" memory = "4096"
drive = 20 drive = 20
storage = "domains" storage = "cache-domains"
node = ["mothership", "overlord", "vanguard"] node = ["mothership", "overlord", "vanguard"]
ip = ["11", "12", "13"] ip = ["11", "12", "13"]
} }
@@ -41,7 +41,7 @@ locals {
cores = 4 cores = 4
memory = "8192" memory = "8192"
drive = 120 drive = 120
storage = "domains" storage = "cache-domains"
node = ["mothership", "overlord", "vanguard"] node = ["mothership", "overlord", "vanguard"]
ip = ["21", "22", "23"] ip = ["21", "22", "23"]
} }