Skip to content

Commit 895c82a

Browse files
committed
use small volumes in arcus/CI environment
1 parent 27e2c03 commit 895c82a

File tree

1 file changed

+3
-0
lines changed
  • environments/arcus/terraform

1 file changed

+3
-0
lines changed

environments/arcus/terraform/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@ module "cluster" {
5151
create_nodes = var.create_nodes
5252

5353
environment_root = var.environment_root
54+
# Can reduce volume size a lot for short-lived CI clusters:
55+
state_volume_size = 10
56+
home_volume_size = 20
5457
}

0 commit comments

Comments
 (0)