ingress-nginx-helm/docs/examples/customization/sysctl/README.md
2018-02-12 15:14:11 -08:00

9 lines
245 B
Markdown

# Sysctl tuning
This example aims to demonstrate the use of an Init Container to adjust sysctl default values
using `kubectl patch`
```console
kubectl patch deployment -n ingress-nginx nginx-ingress-controller --patch="$(cat patch.json)"
```