Skip to content

Commit a8f58b6

Browse files
committed
Add <1024 port privileges
1 parent 2ea2f1f commit a8f58b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

charts/whatsapp-proxy-chart/values.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@ serviceAccount:
3232

3333
podAnnotations: {}
3434

35-
podSecurityContext: {}
35+
podSecurityContext:
3636
# fsGroup: 2000
37+
sysctls:
38+
- name: net.ipv4.ip_unprivileged_port_start
39+
value: "0"
40+
3741

3842
securityContext: {}
3943
# capabilities:

0 commit comments

Comments
 (0)