mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-19 02:25:50 +10:00
245 B
245 B
Sysctl tuning
This example aims to demonstrate the use of an Init Container to adjust sysctl default values
using kubectl patch
kubectl patch deployment -n ingress-nginx nginx-ingress-controller --patch="$(cat patch.json)"