From 469756a3900fb5e21cc40126ba0b12eacb40ded9 Mon Sep 17 00:00:00 2001 From: Lionel Mace Date: Thu, 7 Nov 2024 11:52:50 +0100 Subject: [PATCH] upgrade cluster size --- terraform/labinabox-roks/testing.auto.tfvars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/labinabox-roks/testing.auto.tfvars b/terraform/labinabox-roks/testing.auto.tfvars index ad32080..c091d97 100644 --- a/terraform/labinabox-roks/testing.auto.tfvars +++ b/terraform/labinabox-roks/testing.auto.tfvars @@ -20,8 +20,8 @@ existing_resource_group_name = "techxchange-group" openshift_version = "" # openshift_os = "REDHAT_8_64" openshift_os = "RHCOS" -openshift_machine_flavor = "bx2.4x16" -# openshift_machine_flavor = "bx2.16x64" # ODF Flavors +# openshift_machine_flavor = "bx2.4x16" +openshift_machine_flavor = "bx2.16x64" # ODF Flavors openshift_disable_public_service_endpoint = false