Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 731a8b5

Browse files
committed
k8s: qareports-fetch-worker: increase CPU threshold limit
This will tell the K8s HPA to be less sensitive when invoking more fetch-worker instances. Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent 8d9946e commit 731a8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/qareports-fetch-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
minReplicas: 1
1111
maxReplicas: 10
12-
targetCPUUtilizationPercentage: 15
12+
targetCPUUtilizationPercentage: 35
1313
scaleTargetRef:
1414
apiVersion: apps/v1
1515
kind: Deployment

0 commit comments

Comments
 (0)