increased memory limit to 6G
This commit is contained in:
@@ -195,7 +195,7 @@ spec:
|
||||
image: flomp/wanderer-web:v0.18.3
|
||||
env:
|
||||
- name: NODE_OPTIONS
|
||||
value: "--max-old-space-size=3900"
|
||||
value: "--max-old-space-size=5600"
|
||||
- name: ORIGIN
|
||||
value: "https://wanderer.dooplex.hu"
|
||||
- name: POCKETBASE_URL
|
||||
@@ -221,7 +221,7 @@ spec:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 4Gi
|
||||
memory: 6Gi
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
||||
Reference in New Issue
Block a user