Skip to content

Commit 13ae2bf

Browse files
Increase default worker-high resourcing (#80)
Bump default opslevel.workerHigh.resources from small (200m CPU / 500Mi memory requests) to medium (1 CPU / 2Gi memory requests) so high-priority Sidekiq workers have enough CPU and memory to avoid restarts and degraded deployments on typical self-hosted installs.
1 parent 79902b5 commit 13ae2bf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Feature
2+
body: 'Bump default opslevel.workerHigh.resources from small (200m CPU / 500Mi memory requests) to medium (1 CPU / 2Gi memory requests) '
3+
time: 2026-02-04T11:08:59.849632-08:00

charts/opslevel/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ opslevel:
5454
maxWebhookPayloadSize: 0
5555
workerHigh:
5656
replicas: 2
57-
resources: *resourcesSmall
57+
resources: *resourcesMedium
5858
workerLow:
5959
replicas: 2
6060
resources: *resourcesMedium

0 commit comments

Comments
 (0)