node pools

This commit is contained in:
2024-03-21 20:58:52 +01:00
parent 043c86ea6f
commit 10bef26628

15
_sys/pools.hcl Normal file
View File

@@ -0,0 +1,15 @@
node_pool "sys" {
description = "essential services"
meta {
environment = "sys"
}
}
node_pool "apps" {
description = "Application Nodes"
meta {
environment = "apps"
}
}