Skip to content

Commit 773f58f

Browse files
committed
RELEASE: test
1 parent 753431a commit 773f58f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

k8s/nextjs-client.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ spec:
2323
- containerPort: 3000
2424
resources:
2525
requests:
26-
memory: "2Gi"
27-
cpu: "500m"
26+
memory: "1Gi"
27+
cpu: "250m"
2828
limits:
29-
memory: "4Gi"
30-
cpu: "1500m"
29+
memory: "2Gi"
30+
cpu: "1000m"
3131
env:
3232
- name: NODE_ENV
3333
value: "production"

0 commit comments

Comments
 (0)