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 image: flomp/wanderer-web:v0.18.3
env: env:
- name: NODE_OPTIONS - name: NODE_OPTIONS
value: "--max-old-space-size=3200" value: "--max-old-space-size=3600"
- name: ORIGIN - name: ORIGIN
value: "https://wanderer.dooplex.hu" value: "https://wanderer.dooplex.hu"
- name: POCKETBASE_URL - name: POCKETBASE_URL
@@ -221,7 +221,7 @@ spec:
cpu: 50m cpu: 50m
memory: 64Mi memory: 64Mi
limits: limits:
cpu: 1000m cpu: 2000m
memory: 4Gi memory: 4Gi
readinessProbe: readinessProbe:
httpGet: httpGet: