Skip to content

Commit

Permalink
Merge pull request RedHatInsights#2025 from Bee-lee/dbily-dvo-fix
Browse files Browse the repository at this point in the history
increase CPU and memory limits for aggregator deployments
  • Loading branch information
Bee-lee authored Jun 20, 2024
2 parents bdbcd6e + b19408b commit b1be044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,11 @@ parameters:
name: MAX_REPLICAS
value: '6'
- name: IRA_CPU_LIMIT
value: 200m
value: 300m
- name: IRA_LOG_STREAM
value: insights-results-aggregator
- name: IRA_MEMORY_LIMIT
value: 300Mi
value: 450mi
- name: IRA_CPU_REQUEST
value: 100m
- name: IRA_MEMORY_REQUEST
Expand Down

0 comments on commit b1be044

Please sign in to comment.