add sysctl init container for argocd-repo-server inotify limits

This commit is contained in:
Alexander Rogov
2026-06-26 20:01:15 +03:00
parent 27aa031082
commit 5f718347b5

View File

@@ -18,3 +18,14 @@ redis:
image:
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