From 8d53a603b0995d35af4efdf2b0c7424c10ed687e Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Fri, 3 Apr 2026 08:04:10 -0500 Subject: [PATCH] fix: run haproxy as root to bind port 443 --- runner/deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runner/deployment.yaml b/runner/deployment.yaml index fe0986d..e911afd 100644 --- a/runner/deployment.yaml +++ b/runner/deployment.yaml @@ -58,8 +58,7 @@ spec: - name: registry-proxy image: haproxy:alpine securityContext: - capabilities: - add: ["NET_BIND_SERVICE"] + runAsUser: 0 resources: requests: cpu: 10m