Skip to content

buildkitd: Change max connections to 1 (previously 10)

Ahmon Dancy requested to merge review/dancy/buildkitd-single-connnection into main

This is to ensure that buildkitd only works on one job at a time, avoiding issues with shared port space.

Lowered the memory requests/limits from 9Gi to 4Gi.

Merge request reports