From 8969fe92ca339adce547aa481ec7c5c1342afeae Mon Sep 17 00:00:00 2001 From: Edward Malinowski Date: Thu, 16 Jul 2026 11:41:20 -0500 Subject: [PATCH] Add availability zones to hotNode configuration Added availability zones 'us-east-1a', 'us-east-1b', and 'us-east-1d' to hotNode configuration. --- devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml b/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml index 7d2ce69..587de64 100644 --- a/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml +++ b/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml @@ -145,7 +145,10 @@ hatchery: hotNode: enabled: true availabilityZones: + - us-east-1a + - us-east-1b - us-east-1c + - us-east-1d workspaceCapacityReservation: memory: "17Gi" cpu: 5