We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329b56c commit 0555c19Copy full SHA for 0555c19
charts/ldap/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: ldap
3
-version: 0.2.0
+version: 0.3.0
charts/ldap/templates/deployment.yaml
@@ -17,6 +17,10 @@ spec:
17
labels:
18
app: ldap
19
spec:
20
+ securityContext:
21
+ sysctls:
22
+ - name: "net.ipv4.ip_unprivileged_port_start"
23
+ value: "0"
24
containers:
25
- name: ldap
26
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
0 commit comments