Skip to content

Commit

Permalink
Merge pull request #2382 from pabbathreddya2/master
Browse files Browse the repository at this point in the history
update resource limits for arax and kg2
  • Loading branch information
edeutsch authored Sep 23, 2024
2 parents f9317f4 + b28db5c commit c43e88d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/arax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ affinity:
resources:
requests:
memory: 50Gi
cpu: 10000m
cpu: 8000m
limits:
memory: 58Gi
cpu: 14000m
cpu: 11000m

4 changes: 2 additions & 2 deletions deploy/kg2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ storage:
resources:
requests:
memory: 50Gi
cpu: 10000m
cpu: 6000m
limits:
memory: 58Gi
cpu: 14000m
cpu: 8000m

0 comments on commit c43e88d

Please sign in to comment.