Skip to content

Commit a4b844a

Browse files
authored
chore: Update NPM limits (#845)
1 parent 1d3b30b commit a4b844a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

npm/azure-npm.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ spec:
8383
containers:
8484
- name: azure-npm
8585
image: mcr.microsoft.com/containernetworking/azure-npm:v1.1.5
86+
resources:
87+
limits:
88+
cpu: 250m
89+
memory: 300Mi
90+
requests:
91+
cpu: 250m
8692
securityContext:
8793
privileged: true
8894
env:

0 commit comments

Comments
 (0)