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

Commit 158fb80

Browse files
committed
k8s: worker: lower max number of workers in HPA
And also increase the CPU threshold from 0.25 to 0.35, to make it use more CPU of current workers before requesting more workers from the HPA. Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent 90057a7 commit 158fb80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/qareports-worker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ metadata:
88
name: qareports-worker-autoscale
99
spec:
1010
minReplicas: 1
11-
maxReplicas: 10
12-
targetCPUUtilizationPercentage: 15
11+
maxReplicas: 3
12+
targetCPUUtilizationPercentage: 25
1313
scaleTargetRef:
1414
apiVersion: apps/v1
1515
kind: Deployment

0 commit comments

Comments
 (0)