Skip to content

Commit

Permalink
production: bump ES Prom Exporter limits
Browse files Browse the repository at this point in the history
Bumping these limits excessively high; they
really ought not to stay here but I want some
data to try and gracefully resolve T354048
particularly given I'm the only engineer here today
  • Loading branch information
tarrow committed Dec 27, 2023
1 parent 0244453 commit 1ffddbf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ es:
resources:
requests:
cpu: 250m
memory: 6Gi
memory: 12Gi
limits:
cpu: 250m
memory: 6Gi
cpu: 1000m
memory: 12Gi

serviceMonitor:
scrapeTimeout: 50s
Expand Down

0 comments on commit 1ffddbf

Please sign in to comment.