Skip to content

Commit

Permalink
fix: add memory req for adot
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Feb 14, 2024
1 parent 9911588 commit 4fd9bec
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: 250Mi
memory: 400Mi
requests:
cpu: 200m
memory: 250Mi
memory: 400Mi
ampexporters:
endpoint: AMP_RW_ENDPOINT
ampreceivers:
Expand Down

0 comments on commit 4fd9bec

Please sign in to comment.