switch loki and argocd inotify fixes from initContainers to pod-level sysctls
This commit is contained in:
@@ -19,13 +19,10 @@ redis:
|
||||
repository: docker.io/library/redis
|
||||
tag: 7.4-alpine
|
||||
|
||||
repoServer:
|
||||
initContainers:
|
||||
- name: sysctl-inotify
|
||||
image: busybox:1.36
|
||||
command:
|
||||
- sysctl
|
||||
- -w
|
||||
- fs.inotify.max_user_watches=524288
|
||||
securityContext:
|
||||
privileged: true
|
||||
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