From 8b5ee603033c2aecece6c7e202e507402a2e5fa3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 9 Dec 2024 18:01:14 +0100 Subject: [PATCH] fix this shit --- config/deployment.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/config/deployment.yml b/config/deployment.yml index 404a5418..be428ee0 100644 --- a/config/deployment.yml +++ b/config/deployment.yml @@ -5,6 +5,8 @@ metadata: labels: app: deepface spec: + nodeSelector: + pool: deepface selector: matchLabels: app: deepface @@ -53,9 +55,9 @@ spec: minReplicas: 1 maxReplicas: 5 metrics: - - type: Resource - resource: - name: cpu - target: - type: Utilization - averageUtilization: 50 \ No newline at end of file + - type: Resource + resource: + name: cpu + target: + type: Utilization + averageUtilization: 50