Skip to content

Commit

Permalink
Revert alertmanager back to 100m for requests CPU
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg committed Nov 20, 2023
1 parent d9260db commit 006c8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex/alertmanager.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
[volumeMount.new('alertmanager-fallback-config', '/configs')]
else []
) +
$.util.resourcesRequests('1', '1Gi') +
$.util.resourcesRequests('100m', '1Gi') +
$.util.readinessProbe +
$.jaeger_mixin
else {},
Expand Down

0 comments on commit 006c8fb

Please sign in to comment.