Skip to content

Commit

Permalink
build: add pod limits to loft
Browse files Browse the repository at this point in the history
  • Loading branch information
Repo Sync Bot committed Sep 10, 2020
1 parent 8e4e9b6 commit 0db201a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ resources:
requests:
memory: 128Mi
cpu: 50m
limits:
memory: 2Gi
cpu: "2"

apiService:
enabled: true
Expand Down

0 comments on commit 0db201a

Please sign in to comment.