Skip to content

Commit ede3c5c

Browse files
committed
NAP: allow highmem
1 parent 638b158 commit ede3c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/gcp/terraform/kubernetes-public/10-cluster-configuration.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ resource "google_container_cluster" "cluster" {
182182
}
183183
resource_limits {
184184
resource_type = "memory"
185-
maximum = 256
185+
maximum = 512
186186
}
187187
auto_provisioning_defaults {
188188
image_type = "COS_CONTAINERD"

0 commit comments

Comments
 (0)