changed to noeviction

This commit is contained in:
2026-03-25 20:05:09 +01:00
parent f86782a60f
commit 3de9efef41
+1 -1
View File
@@ -194,7 +194,7 @@ spec:
- --maxmemory
- "64mb"
- --maxmemory-policy
- "allkeys-lru"
- "noeviction"
ports:
- containerPort: 6379
name: redis