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