Merge pull request 'Fix BuildKit readiness probe (TCP socket)' (#10) from fix/buildkit-probe into main
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user