From a52a8d6fb412cd478021b5637239dddcb179a15f Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Thu, 15 Dec 2022 15:41:12 -0700
Subject: [PATCH] update size

---
 nshms.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nshms.yml b/nshms.yml
index d9fc37c6..2a4f21e7 100644
--- a/nshms.yml
+++ b/nshms.yml
@@ -9,9 +9,9 @@ nshms:
     year: 2023
     deployments:
       development:
-        instanceType: c7g.2xlarge
-      staging:
         instanceType: c7g.4xlarge
+      staging:
+        instanceType: c7g.8xlarge
       # TODO: Add to production when model is stable
       # production:
       #   instanceType: c7g.8xlarge
@@ -50,8 +50,8 @@ nshms:
     year: 2021
     deployments:
       development:
-        instanceType: c7g.2xlarge
-      staging:
         instanceType: c7g.4xlarge
+      staging:
+        instanceType: c7g.8xlarge
       production:
         instanceType: c7g.8xlarge
-- 
GitLab