Skip to content

Commit

Permalink
Merge pull request #159 from andyzhangx/set-big-limit
Browse files Browse the repository at this point in the history
fix: set big limit for nfs container
  • Loading branch information
andyzhangx authored Mar 17, 2021
2 parents 7e54331 + c8b6bbd commit c1bf3bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified charts/latest/csi-driver-nfs-v3.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 400Mi
requests:
cpu: 10m
memory: 20Mi
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-nfs-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 400Mi
requests:
cpu: 10m
memory: 20Mi
Expand Down

0 comments on commit c1bf3bb

Please sign in to comment.