Upgrade size of instances in staging
This commit is contained in:
parent
37a1acea50
commit
9438c9f57d
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue