Skip to content

Commit

Permalink
fix(queryservice-updater): raise memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Nov 8, 2023
1 parent 17d6f44 commit 62ad44a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ app:
resources:
requests:
cpu: 80m
memory: 100Mi
memory: 256Mi
limits:
cpu: 100m
memory: 128Mi
memory: 512Mi

0 comments on commit 62ad44a

Please sign in to comment.