Upgrade size of instances in staging

This commit is contained in:
Seth Call 2026-01-06 06:25:27 -06:00
parent 37a1acea50
commit 9438c9f57d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ resource "linode_lke_cluster" "stg-video-cluster" {
} }
pool { pool {
type = "g6-standard-1" type = "g6-standard-2"
count = 2 count = 2
labels = { labels = {
"workload" = "infra" "workload" = "infra"