Skip to content

Commit

Permalink
Merge pull request #635 from uselagoon/logs-concentrator-requests
Browse files Browse the repository at this point in the history
feat: bump requests and autoscaling limit of logs concentrator
  • Loading branch information
tobybellwood authored May 17, 2024
2 parents 588190f + 792a81f commit 52a7895
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions charts/lagoon-logs-concentrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: update uselagoon/logs-concentrator from v3.2.0 to v3.4.0
- kind: changed
description: increase resource requests for logs-concentrator statefulset
6 changes: 3 additions & 3 deletions charts/lagoon-logs-concentrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ serviceMonitor:

resources:
requests:
cpu: 250m
memory: 256Mi
cpu: "1"
memory: 2Gi

autoscaling:
enabled: true
minReplicas: 2
maxReplicas: 4
maxReplicas: 8
targetCPUUtilizationPercentage: 80

nodeSelector: {}
Expand Down

0 comments on commit 52a7895

Please sign in to comment.