From 5d5e31fa3c189d113ae841d4e0b35d440776d32c Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Wed, 4 Dec 2024 14:25:22 -0700 Subject: [PATCH] DAS-2255: Make the environment variables match the service name. (#669) --- config/services.yml | 2 +- services/harmony/env-defaults | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/services.yml b/config/services.yml index d11483b75..028f63d1c 100644 --- a/config/services.yml +++ b/config/services.yml @@ -1063,7 +1063,7 @@ https://cmr.uat.earthdata.nasa.gov: steps: - image: !Env ${QUERY_CMR_IMAGE} is_sequential: true - - image: !Env ${SMAP_L2_GRIDDER_IMAGE} + - image: !Env ${HARMONY_SMAP_L2_GRIDDER_IMAGE} # CHAINED SERVICES BELOW HERE - name: sds/HOSS-geographic diff --git a/services/harmony/env-defaults b/services/harmony/env-defaults index 0d170763b..9d417c559 100644 --- a/services/harmony/env-defaults +++ b/services/harmony/env-defaults @@ -537,8 +537,8 @@ OPERA_RTC_S1_BROWSE_LIMITS_MEMORY=512Mi OPERA_RTC_S1_BROWSE_INVOCATION_ARGS='/usr/local/bin/_entrypoint.sh python -m opera_rtc_s1_browse.harmony_service' OPERA_RTC_S1_BROWSE_SERVICE_QUEUE_URLS='["ghcr.io/asfhyp3/opera-rtc-s1-browse:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/opera-rtc-s1-browse.fifo"]' -SMAP_L2_GRIDDER_IMAGE=ghcr.io/nasa/harmony-smap-l2-gridder:latest -SMAP_L2_GRIDDER_REQUESTS_MEMORY=128Mi -SMAP_L2_GRIDDER_LIMITS_MEMORY=8Gi -SMAP_L2_GRIDDER_INVOCATION_ARGS='python -m harmony_service' -SMAP_L2_GRIDDER_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-smap-l2-gridder:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/harmony-smap-l2-gridder.fifo"]' +HARMONY_SMAP_L2_GRIDDER_IMAGE=ghcr.io/nasa/harmony-smap-l2-gridder:latest +HARMONY_SMAP_L2_GRIDDER_REQUESTS_MEMORY=128Mi +HARMONY_SMAP_L2_GRIDDER_LIMITS_MEMORY=8Gi +HARMONY_SMAP_L2_GRIDDER_INVOCATION_ARGS='python -m harmony_service' +HARMONY_SMAP_L2_GRIDDER_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-smap-l2-gridder:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/harmony-smap-l2-gridder.fifo"]'