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 cffd149 commit 9555431Copy full SHA for 9555431
charts/ldap/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: ldap
3
-version: 0.1.0
+version: 0.2.0
charts/ldap/templates/deployment.yaml
@@ -27,6 +27,12 @@ spec:
27
- containerPort: 389
28
name: tcp
29
protocol: TCP
30
+ securityContext:
31
+ capabilities:
32
+ drop:
33
+ - "ALL"
34
+ add:
35
+ - "NET_BIND_SERVICE"
36
volumeMounts:
37
- name: ldap-config
38
mountPath: /usr/local/etc/haproxy/haproxy.cfg
0 commit comments