Open
Description
image: ghcr.io/stakater/reloader:v1.0.26
chart version: v1.0.26
By default the reloader is deployed without resource limits.
When deploying it without limits, the reloader sometimes consumes lots of memory.
I installed the chart with the following values:
fullnameOverride: reloader
reloader:
deployment:
resources:
limits:
cpu: "500m"
memory: "2Gi"
requests:
cpu: "10m"
memory: "512Mi"
is this a known issue?
Activity