Skip to content

Commit 2079e36

Browse files
committed
fix
1 parent a5de78a commit 2079e36

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.deploy/deployment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ spec:
2929

3030
resources:
3131
limits:
32-
memory: "5Gi"
33-
cpu: "1000m"
32+
memory: "2Gi"
33+
cpu: "500m"
3434
ports:
3535
- containerPort: __PORT__
3636
env:
@@ -131,3 +131,4 @@ spec:
131131
# protocol: TCP
132132

133133

134+

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN npx patch-package -y
66

77
COPY ./tsconfig.json .
88

9-
ENV NODE_OPTIONS="--openssl-legacy-provider --max-old-space-size=4096"
9+
ENV NODE_OPTIONS="--openssl-legacy-provider"
1010

1111
RUN npm install
1212
COPY . .

0 commit comments

Comments
 (0)