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

Commit 47ebb1d

Browse files
committed
k8s: fetch-worker: increase CPU threshold for HPA
15 was a bit too low, up scaling too fast and cooling down too long. With 25, the HPA will have to wait a bit longer before scaling up and will also scale down sooner when there's no load anymore. Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent 158fb80 commit 47ebb1d

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: 3
12-
targetCPUUtilizationPercentage: 15
12+
targetCPUUtilizationPercentage: 25
1313
scaleTargetRef:
1414
apiVersion: apps/v1
1515
kind: Deployment

0 commit comments

Comments
 (0)