Skip to content

Commit 43b673a

Browse files
updating k8s resource allocations
1 parent 2d2ed59 commit 43b673a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployments/wids-idsse-1/nwsc-proxy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ spec:
1919
imagePullPolicy: Always
2020
resources:
2121
requests:
22-
memory: 128Mi
23-
cpu: 50m
22+
memory: 64Mi
23+
cpu: 10m
2424
limits:
25-
memory: 256Mi
26-
cpu: 250m
25+
memory: 128Mi
26+
cpu: 100m
2727
ports:
2828
- containerPort: 5000
2929
name: service

0 commit comments

Comments
 (0)