Skip to content

Commit 0555c19

Browse files
committed
haproxy 2.4.29 net.ipv4.ip_unprivileged_port_start
1 parent 329b56c commit 0555c19

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/ldap/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: ldap
3-
version: 0.2.0
3+
version: 0.3.0

charts/ldap/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ spec:
1717
labels:
1818
app: ldap
1919
spec:
20+
securityContext:
21+
sysctls:
22+
- name: "net.ipv4.ip_unprivileged_port_start"
23+
value: "0"
2024
containers:
2125
- name: ldap
2226
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}

0 commit comments

Comments
 (0)