Skip to content

Commit

Permalink
fix: increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Feb 7, 2024
1 parent 16b3936 commit f31c0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitops/components/adot/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ spec:
eks.amazonaws.com/role-arn: ADOT_ROLE_ARN
resources:
limits:
memory: 200Mi
memory: 250Mi
requests:
cpu: 200m
memory: 200Mi
memory: 250Mi
ampexporters:
endpoint: AMP_RW_ENDPOINT
ampreceivers:
Expand Down

0 comments on commit f31c0c9

Please sign in to comment.