increased CPU limit

This commit is contained in:
2026-01-03 16:11:28 +01:00
parent 4e1e2c670e
commit 1c564d13b7
+2 -2
View File
@@ -195,7 +195,7 @@ spec:
image: flomp/wanderer-web:v0.18.3
env:
- name: NODE_OPTIONS
value: "--max-old-space-size=3200"
value: "--max-old-space-size=3600"
- name: ORIGIN
value: "https://wanderer.dooplex.hu"
- name: POCKETBASE_URL
@@ -221,7 +221,7 @@ spec:
cpu: 50m
memory: 64Mi
limits:
cpu: 1000m
cpu: 2000m
memory: 4Gi
readinessProbe:
httpGet: