Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAS-2180: Update the HyBIG service invocation parameter. #602

Merged
merged 5 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ENV_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
Any changes to the environment variables will be documented in this file in chronological
order with the most recent changes first.

## 2204-04-25
## 2024-07-31
### Changed
- HYBIG\_INVOCATION\_ARGS changed to call new `harmony_service` package to support V2 HyBIG.

## 2024-04-25
### Changed
- HARMONY_REGRIDDER_IMAGE - Updated to point to ghcr.io hosted image.
- HARMONY_REGRIDDER_SERVICE_QUEUE_URLS - Updates to point to ghcr.io image.
Expand Down
2 changes: 1 addition & 1 deletion services/harmony/env-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ HYBIG_REQUESTS_CPU=128m
HYBIG_REQUESTS_MEMORY=128Mi
HYBIG_LIMITS_CPU=128m
HYBIG_LIMITS_MEMORY=8Gi
HYBIG_INVOCATION_ARGS='python -m harmony_browse_image_generator'
HYBIG_INVOCATION_ARGS='python -m harmony_service'

HARMONY_SERVICE_EXAMPLE_IMAGE=harmonyservices/service-example:latest
HARMONY_SERVICE_EXAMPLE_REQUESTS_CPU=128m
Expand Down
Loading