feat: add node_pools

- change agentv2 to common node_pool
- set default node_pool to default
This commit is contained in:
2025-06-15 17:40:00 +10:00
parent a47c6155b8
commit 0caa795303
3 changed files with 3 additions and 0 deletions
@@ -21,6 +21,7 @@ server {
# Manage clients/agents
client {
enabled = true
node_pool = "<%= @node_pool %>"
<%- @host_volumes.each do |volume| %>
host_volume "<%= volume['name'] %>" {