chore: adjust the request memory size and replica count (#5046)

This commit is contained in:
LongYinan
2023-11-24 06:19:38 +00:00
parent 317ca7f4e7
commit 42f4045ad6
3 changed files with 5 additions and 6 deletions

View File

@@ -35,6 +35,8 @@ spec:
key: key
- name: NODE_ENV
value: "{{ .Values.env }}"
- name: NODE_OPTIONS
value: "--max-old-space-size=4096"
- name: NO_COLOR
value: "1"
- name: SERVER_FLAVOR

View File

@@ -72,11 +72,8 @@ podSecurityContext:
fsGroup: 2000
resources:
limits:
cpu: '4'
memory: 8Gi
requests:
cpu: '2'
cpu: '4'
memory: 4Gi
probe: