From 561344bb67a296f55998ab9bfa70490cacce85ec Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Sat, 10 Aug 2024 23:50:46 +0200 Subject: [PATCH] Update data-filtering-deployment.yaml --- data-filtering-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-filtering-deployment.yaml b/data-filtering-deployment.yaml index 403222f..577252a 100644 --- a/data-filtering-deployment.yaml +++ b/data-filtering-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: data-filtering - image: uugai/data-filter:1.0.3 + image: uugai/data-filter:1.0.4 resources: limits: nvidia.com/gpu: 1 # requesting a single GPU @@ -24,7 +24,7 @@ spec: - name: MODEL_NAME value: "yolov8n.pt" - name: CONDITION - value: "2 persons detected" + value: "1 persons detected" - name: QUEUE_NAME value: "data-filtering" # This is the topic of kafka we will read messages from.