Skip to content

Commit

Permalink
fix: Double memory resources for prometheus-adapter (#1691)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikołaj Baranowski <mikolajb@gmail.com>
  • Loading branch information
mikolajb authored Oct 23, 2023
1 parent 2838464 commit ec8b2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/prometheus-adapter/4.4.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ data:
resources:
limits:
cpu: 2000m
memory: 2000Mi
memory: 4000Mi
requests:
cpu: 1000m
memory: 1000Mi
memory: 2000Mi
metricsRelistInterval: 60s
logLevel: 2
rules:
Expand Down

0 comments on commit ec8b2f9

Please sign in to comment.