increased memory
This commit is contained in:
@@ -195,7 +195,7 @@ spec:
|
|||||||
image: flomp/wanderer-web:v0.18.3
|
image: flomp/wanderer-web:v0.18.3
|
||||||
env:
|
env:
|
||||||
- name: NODE_OPTIONS
|
- name: NODE_OPTIONS
|
||||||
value: "--max-old-space-size=1536"
|
value: "--max-old-space-size=3200"
|
||||||
- name: ORIGIN
|
- name: ORIGIN
|
||||||
value: "https://wanderer.dooplex.hu"
|
value: "https://wanderer.dooplex.hu"
|
||||||
- name: PUBLIC_POCKETBASE_URL
|
- name: PUBLIC_POCKETBASE_URL
|
||||||
@@ -220,7 +220,7 @@ spec:
|
|||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 300m
|
cpu: 300m
|
||||||
memory: 1Gi
|
memory: 4Gi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
|||||||
Reference in New Issue
Block a user