From 46fda1f393ef9bb61cd5944fc0777585d8a81434 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Fri, 3 Apr 2026 08:02:14 -0500 Subject: [PATCH] fix: add NET_BIND_SERVICE capability to haproxy for port 443 --- runner/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runner/deployment.yaml b/runner/deployment.yaml index 5869133..fe0986d 100644 --- a/runner/deployment.yaml +++ b/runner/deployment.yaml @@ -57,6 +57,9 @@ spec: - name: registry-proxy image: haproxy:alpine + securityContext: + capabilities: + add: ["NET_BIND_SERVICE"] resources: requests: cpu: 10m