Skip to content

Commit d76adc8

Browse files
authored
add resource requests and limits
1 parent ebf1add commit d76adc8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openshift/aws-resource-exporter.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ objects:
3939
key: aws_secret_access_key
4040
- name: AWS_REGION
4141
value: ${AWS_REGION}
42+
resources:
43+
limits:
44+
cpu: 100m
45+
memory: 150Mi
46+
requests:
47+
cpu: 10m
48+
memory: 50Mi
4249
- apiVersion: v1
4350
kind: Service
4451
metadata:

0 commit comments

Comments
 (0)