Skip to content

Commit

Permalink
Merge branch 'main' into configurable-podLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
mstein11 authored Sep 28, 2021
2 parents 59e30f5 + 9e30fdd commit 0b391aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/docker-hub-rate-limit-exporter-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ service:

resources:
limits:
cpu: 500m
memory: 128Mi
cpu: 200m
memory: 96Mi
requests:
cpu: 500m
memory: 128Mi
cpu: 50m
memory: 64Mi

nodeSelector: {}

Expand Down

0 comments on commit 0b391aa

Please sign in to comment.