From 000ec684fa74f23aa7e160174a0958a3807ff18c Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Tue, 3 Oct 2023 09:16:55 -0600 Subject: [PATCH] deploy 2023 conus --- nshms.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/nshms.yml b/nshms.yml index 3a110f68..66e463ea 100644 --- a/nshms.yml +++ b/nshms.yml @@ -14,9 +14,8 @@ nshms: instanceType: c7g.8xlarge staging: instanceType: c7g.12xlarge - # TODO: Add to production when model is stable - # production: - # instanceType: c7g.8xlarge + production: + instanceType: c7g.12xlarge label: 2007 Alaska Dynamic Services model: ALASKA_2007 test: @@ -39,8 +38,8 @@ nshms: instanceType: c7g.12xlarge # TODO: Add to production when model is stable # production: - # instanceType: c7g.8xlarge - label: 2023 Alaska Dynamic Services + # instanceType: c7g.12xlarge + label: 2023 Alaska Dynamic Services (beta) model: ALASKA_2023 test: site: @@ -82,10 +81,9 @@ nshms: instanceType: c7g.8xlarge staging: instanceType: c7g.12xlarge - # TODO: Add to production when model is stable - # production: - # instanceType: c7g.12xlarge - label: 2023 Conterminous U.S. Dynamic Services + production: + instanceType: c7g.16xlarge + label: 2023 Conterminous U.S. Dynamic Services (beta) model: CONUS_2023 test: site: -- GitLab