revert inotify sysctls - kernel param not allowlisted on managed k8s
This commit is contained in:
@@ -26,12 +26,6 @@ spec:
|
||||
|
||||
loki:
|
||||
auth_enabled: false
|
||||
podSecurityContext:
|
||||
sysctls:
|
||||
- name: fs.inotify.max_user_watches
|
||||
value: "524288"
|
||||
- name: fs.inotify.max_user_instances
|
||||
value: "512"
|
||||
storage:
|
||||
bucketNames:
|
||||
chunks: chunks
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user