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

Commit 31535e2

Browse files
committed
k8s: increase sensitivity of workers ASG
This will make workers start up faster to help processing the queue. If it's still not good enough, we'll have to enable ASG based on queue size. Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent 131429d commit 31535e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

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

0 commit comments

Comments
 (0)