Skip to content

Commit

Permalink
Add <1024 port privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
peixian committed Feb 13, 2025
1 parent 2ea2f1f commit a8f58b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/whatsapp-proxy-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ serviceAccount:

podAnnotations: {}

podSecurityContext: {}
podSecurityContext:
# fsGroup: 2000
sysctls:
- name: net.ipv4.ip_unprivileged_port_start
value: "0"


securityContext: {}
# capabilities:
Expand Down

0 comments on commit a8f58b6

Please sign in to comment.