defenseunicorns / uds-bundle-software-factory-nutanix

A UDS Bundle
Apache License 2.0
2 stars 0 forks source link

Configure gitaly with cgroups control enabled and configurable at deploy time #221

Open jacobbmay opened 1 week ago

jacobbmay commented 1 week ago

Gitlab recommends if you are going to run Gitaly in kubernetes to configure it cgroups enabled in the chart and that the pod is able to access a node mountpoint to /sys/fs/cgroup.

The instructions for configuring that via chart values are here.

jacobbmay commented 1 week ago

Specific recommendations about limits relative to pod resources are mentioned here. This helps prevent gitaly from getting OOM terminated.