We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5de78a commit 2079e36Copy full SHA for 2079e36
.deploy/deployment.yaml
@@ -29,8 +29,8 @@ spec:
29
30
resources:
31
limits:
32
- memory: "5Gi"
33
- cpu: "1000m"
+ memory: "2Gi"
+ cpu: "500m"
34
ports:
35
- containerPort: __PORT__
36
env:
@@ -131,3 +131,4 @@ spec:
131
# protocol: TCP
132
133
134
+
Dockerfile
@@ -6,7 +6,7 @@ RUN npx patch-package -y
6
7
COPY ./tsconfig.json .
8
9
-ENV NODE_OPTIONS="--openssl-legacy-provider --max-old-space-size=4096"
+ENV NODE_OPTIONS="--openssl-legacy-provider"
10
11
RUN npm install
12
COPY . .
0 commit comments