We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c751bbb commit 2a575ffCopy full SHA for 2a575ff
tests/unit/test_service_stack.py
@@ -19,7 +19,8 @@ def test_service_stack_created():
19
container_name="app",
20
container_location="ghcr.io/sage-bionetworks/app:1.0",
21
container_port=8010,
22
- container_memory=200,
+ container_cpu=256,
23
+ container_memory=512,
24
container_secrets=[
25
ServiceSecret(
26
secret_name="/app/secret",
0 commit comments