Skip to content

Commit 38f3c14

Browse files
committed
Switched default ocpu from 1 to 4
1 parent 368962c commit 38f3c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/oke-variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ variable "node_pool_shape" {
111111
description = "A shape is a template that determines the number of OCPUs, amount of memory, and other resources allocated to a newly created instance for the Worker Node"
112112
}
113113
variable "node_pool_node_shape_config_ocpus" {
114-
default = "1" # Only used if flex shape is selected
114+
default = "4" # Only used if flex shape is selected
115115
description = "You can customize the number of OCPUs to a flexible shape"
116116
}
117117
variable "node_pool_node_shape_config_memory_in_gbs" {

0 commit comments

Comments
 (0)