Skip to content

Commit

Permalink
add UAT service config for asf/opera-rtc-s1-browse
Browse files Browse the repository at this point in the history
  • Loading branch information
asjohnston-asf authored and chris-durbin committed Nov 12, 2024
1 parent 20b066e commit 9933737
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1304,3 +1304,29 @@ https://cmr.uat.earthdata.nasa.gov:
operations: ['concatenate']
conditional:
exists: ['concatenate']

- name: asf/opera-rtc-s1-browse
description: Service that generates GIBS-compliant browse imagery for the OPERA_L2_RTC-S1 collection
data_operation_version: '0.20.0'
type:
<<: *default-turbo-config
params:
<<: *default-turbo-params
env:
<<: *default-turbo-env
STAGING_PATH: public/asf/opera-rtc-s1-browse
umm_s: S1271728813-ASF
maximum_sync_granules: 0
capabilities:
concatenation: false
subsetting:
bbox: false
variable: false
temporal: false
output_formats:
- image/png
reprojection: true
steps:
- image: !Env ${QUERY_CMR_IMAGE}
- image: !Env ${OPERA_RTC_S1_BROWSE_IMAGE}
- image: !Env ${HYBIG_IMAGE}
6 changes: 6 additions & 0 deletions services/harmony/env-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -522,3 +522,9 @@ NET2COG_LIMITS_CPU=128m
NET2COG_LIMITS_MEMORY=512Mi
NET2COG_INVOCATION_ARGS='./docker-entrypoint.sh'
NET2COG_QUEUE_URLS='["ghcr.io/podaac/net2cog:SIT,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/net2cog.fifo"]'

OPERA_RTC_S1_BROWSE_IMAGE=ghcr.io/asfhyp3/opera-rtc-s1-browse:latest
OPERA_RTC_S1_BROWSE_REQUESTS_MEMORY=512Mi
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"]'

0 comments on commit 9933737

Please sign in to comment.