mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
feat(infra): Add websockets IP (#7905)
tf changes from original branch to unblock other work
This commit is contained in:
@@ -9,7 +9,7 @@ node_count = 3
|
||||
node_pool_name = "dev-main-pool"
|
||||
machine_type = "e2-medium"
|
||||
disk_size_gb = 100
|
||||
static_ip_names = ["agpt-server-ip", "agpt-builder-ip", "auth-ip"]
|
||||
static_ip_names = ["agpt-server-ip", "agpt-builder-ip", "agpt-ws-server-ip"]
|
||||
|
||||
|
||||
service_accounts = {
|
||||
|
||||
Reference in New Issue
Block a user