revert inotify sysctls - kernel param not allowlisted on managed k8s

This commit is contained in:
Alexander Rogov
2026-06-26 20:07:18 +03:00
parent 66a6722b72
commit 6b5c6258b3
2 changed files with 0 additions and 14 deletions

View File

@@ -18,11 +18,3 @@ redis:
image:
repository: docker.io/library/redis
tag: 7.4-alpine
global:
securityContext:
sysctls:
- name: fs.inotify.max_user_watches
value: "524288"
- name: fs.inotify.max_user_instances
value: "512"