increased memory
This commit is contained in:
@@ -193,7 +193,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=768"
|
value: "--max-old-space-size=1536"
|
||||||
- name: ORIGIN
|
- name: ORIGIN
|
||||||
value: "https://wanderer.dooplex.hu"
|
value: "https://wanderer.dooplex.hu"
|
||||||
- name: PUBLIC_POCKETBASE_URL
|
- name: PUBLIC_POCKETBASE_URL
|
||||||
@@ -218,7 +218,7 @@ spec:
|
|||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 300m
|
cpu: 300m
|
||||||
memory: 1Gi
|
memory: 2Gi
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
|||||||
Reference in New Issue
Block a user