add resource limits to striling-pdf

This commit is contained in:
Mans Ziesel 2025-04-01 14:23:47 +02:00
parent 420738ee08
commit e25b204510

@ -24,10 +24,11 @@ spec:
value: "false"
- name: METRICS_ENABLED
value: "false"
# resources:
# requests:
# cpu: "128m"
# memory: "256Mi"
# limits:
# cpu: "1"
# memory: "1024Mi"
resources:
requests:
cpu: "128m"
memory: "256Mi"
limits:
# stirling eats up CPU when starting
cpu: "4"
memory: "1024Mi"