Skip to content

Commit

Permalink
set resources for cainjector, increase for cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine committed Mar 21, 2020
1 parent 7b7e63b commit 7df893a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ prometheus:

resources:
requests:
cpu: 30m
memory: 86Mi
limits:
cpu: 60m
cpu: 100m
memory: 128Mi
limits:
cpu: 200m
memory: 256Mi

ingressShim:
resources:
Expand All @@ -20,3 +20,12 @@ ingressShim:
limits:
cpu: 30m
memory: 72Mi

cainjector:
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 120m
memory: 256Mi

0 comments on commit 7df893a

Please sign in to comment.