Skip to content

Commit

Permalink
DAS-2255: Make the environment variables match the service name. (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear authored Dec 4, 2024
1 parent 96c5c9f commit 5d5e31f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions services/harmony/env-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -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"]'

0 comments on commit 5d5e31f

Please sign in to comment.