ingress-nginx-app release v1.6.8
Changed
- Default
max-worker-connections
to0
, making it same asmax-worker-open-files
i.e.max open files (system's limit) / worker-processes - 1024
. This optimizes for high load conditions where it improves performance at the cost of increasing RAM utilization (even on idle). - HorizontalPodAutoscaler was tuned to use
targetMemoryUtilizationPercentage
of80
due to increased RAM utilization with new default formax-worker-connections
of0
. - Removed use of
enable-dynamic-certificates
CLI flag, it has been deprecated since ingress-nginx 0.26.0 via ingress-nginx PR #4356 - Changed default
error-log-level
fromerror
tonotice
. - Added a link to the README in the sources of Chart.yaml