fix(helm): bump dragonfly memory limit to 512Mi

DragonflyDB requires 256MiB minimum per thread. With container
overhead the 256Mi limit is insufficient, causing immediate exit.
This commit is contained in:
2026-03-08 19:43:05 +01:00
parent b00e8df6db
commit 3d17e25764

View File

@@ -128,7 +128,7 @@ dragonfly:
memory: 128Mi
limits:
cpu: 200m
memory: 256Mi
memory: 512Mi
# Migration job (Helm pre-install/pre-upgrade hook)
migrate: