Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jun 21, 2024
1 parent a5de78a commit 2079e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ spec:

resources:
limits:
memory: "5Gi"
cpu: "1000m"
memory: "2Gi"
cpu: "500m"
ports:
- containerPort: __PORT__
env:
Expand Down Expand Up @@ -131,3 +131,4 @@ spec:
# protocol: TCP



2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npx patch-package -y

COPY ./tsconfig.json .

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

RUN npm install
COPY . .
Expand Down

0 comments on commit 2079e36

Please sign in to comment.