fix: run haproxy as root to bind port 443

This commit is contained in:
Ryan Moon
2026-04-03 08:04:10 -05:00
parent 46fda1f393
commit 8d53a603b0

View File

@@ -58,8 +58,7 @@ spec:
- name: registry-proxy - name: registry-proxy
image: haproxy:alpine image: haproxy:alpine
securityContext: securityContext:
capabilities: runAsUser: 0
add: ["NET_BIND_SERVICE"]
resources: resources:
requests: requests:
cpu: 10m cpu: 10m