Skip to content

Commit

Permalink
add resource requests and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jfchevrette authored Oct 16, 2019
1 parent ebf1add commit d76adc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openshift/aws-resource-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ objects:
key: aws_secret_access_key
- name: AWS_REGION
value: ${AWS_REGION}
resources:
limits:
cpu: 100m
memory: 150Mi
requests:
cpu: 10m
memory: 50Mi
- apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit d76adc8

Please sign in to comment.