Skip to content
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
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
* [ ] Acceptance criteria met
* [ ] Tests added/updated (if needed) and passing
* [ ] Documentation updated (if needed)
* [ ] Harmony in a Box tested? (if changes made to microservices or new dependencies added)
* [ ] Harmony in a Box tested (if changes made to microservices or new dependencies added)
2 changes: 1 addition & 1 deletion services/harmony/env-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ SDS_MASKFILL_IMAGE=sds/maskfill-harmony:latest
SDS_MASKFILL_REQUESTS_CPU=128m
SDS_MASKFILL_REQUESTS_MEMORY=128Mi
SDS_MASKFILL_LIMITS_CPU=128m
SDS_MASKFILL_LIMITS_MEMORY=512Mi
SDS_MASKFILL_LIMITS_MEMORY=8Gi
SDS_MASKFILL_INVOCATION_ARGS='python harmony_adapter.py'

TRAJECTORY_SUBSETTER_IMAGE=sds/trajectory-subsetter:latest
Expand Down