feat(infra): Add websockets IP (#7905)
tf changes from original branch to unblock other workpull/7906/head^2
parent
777f7d25bf
commit
9551f54c35
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue