Add extra block volume to oke

This commit is contained in:
2024-04-07 19:20:22 +02:00
parent e8ceadd71b
commit 01979dda35

View File

@@ -23,6 +23,7 @@ resource "oci_containerengine_node_pool" "k8s_node_pool" {
node_source_details {
image_id = var.node_image_ocid
source_type = "image"
boot_volume_size_in_gbs = 100
}
initial_node_labels {