Skip to content

Commit 05471d3

Browse files
authored
Add <1024 port privileges for Helm (#351)
1 parent 2ea2f1f commit 05471d3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

charts/whatsapp-proxy-chart/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 1.0.2
20+
version: 1.0.3
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to

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)