add sysctl init container for argocd-repo-server inotify limits
This commit is contained in:
@@ -18,3 +18,14 @@ redis:
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/library/redis
|
repository: docker.io/library/redis
|
||||||
tag: 7.4-alpine
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user