Skip to content

Commit

Permalink
Merge pull request #393 from vpnachev/csi/increase-resource-requests
Browse files Browse the repository at this point in the history
Increase cpu resources for csi-driver
  • Loading branch information
dkistner authored Feb 21, 2022
2 parents 78b8abd + f0655d1 commit 800b848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
containerPolicies:
- containerName: '*'
minAllowed:
cpu: 10m
memory: 25Mi
targetRef:
apiVersion: apps/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
cpu: 20m
memory: 50Mi
limits:
cpu: 50m
cpu: 100m
memory: 80Mi
nodeDriverRegistrar:
requests:
Expand Down

0 comments on commit 800b848

Please sign in to comment.