Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Feb 16, 2024
1 parent f01dbe2 commit 825f8f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ heuristics:

docker_config:
image: ${REGISTRY}cccs/assemblyline-service-avclass:$SERVICE_TAG
cpu_cores: 1
cpu_cores: 0.25

dependencies:
updates:
Expand All @@ -61,6 +61,7 @@ dependencies:
command: ["python", "-m", "avclass_updater"]
image: ${REGISTRY}cccs/assemblyline-service-avclass:$SERVICE_TAG
ports: ["5003"]
cpu_cores: 2
run_as_core: True

update_config:
Expand Down

0 comments on commit 825f8f9

Please sign in to comment.