ingress-nginx-helm/charts
Tobias Wolf 1d54d8b565 Add sysctl exemptions to controller PSP
I would like to be able to support this construction in my DaemonSet, I have coontrol over the host and this is the easiest way yo bump the socket properties.
```yaml
securityContext:
  sysctls:
    - name: net.core.somaxconn
      value: "8192"
```
2020-06-16 19:11:45 +02:00
..
ingress-nginx Add sysctl exemptions to controller PSP 2020-06-16 19:11:45 +02:00