Skip to content

Commit

Permalink
TECH-3399 - Increase resources for chainlog-logger
Browse files Browse the repository at this point in the history
`chainlog-logger` is continuously using about `340m` of CPU, with an average of ~`300m`.
  • Loading branch information
sanbotto authored Jun 13, 2024
1 parent 381a4c2 commit 7840f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/staging/chainlog-logger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ podAnnotations:
reloader.stakater.com/auto: "true"
resources:
limits:
cpu: 200m
cpu: 500m
memory: 256Mi
requests:
cpu: 100m
cpu: 350m
memory: 128Mi
autoscaling:
enabled: false
Expand Down

0 comments on commit 7840f7b

Please sign in to comment.