Merge pull request 'Fix BuildKit readiness probe (TCP socket)' (#10) from fix/buildkit-probe into main

This commit is contained in:
2026-04-26 06:24:07 +00:00
@@ -36,8 +36,8 @@ spec:
securityContext:
privileged: true
readinessProbe:
exec:
command: ["buildctl", "debug", "workers"]
tcpSocket:
port: 1234 # k3s/containerd can't exec into privileged containers
initialDelaySeconds: 5
periodSeconds: 10
resources: