ingress-nginx-helm/deploy
ml- 29a170617f Fix sum of nginx process connections
nginx_ingress_controller_nginx_process_connections returns four elements
for each pod, one for each "state" (active, reading, waiting, writing).

The value of the element with state "active" is the sum of the other
three elements of other states:

active = reading + waiting + writing

So sum() returns a value that is 2x of the actual amount of connections.
To fix this we simply select elements with state "active".
2020-11-16 18:43:09 +01:00
..
grafana Fix sum of nginx process connections 2020-11-16 18:43:09 +01:00
prometheus Rearrange deployment files into kustomizations 2019-05-19 12:35:54 -07:00
static/provider Release 0.41.2 2020-11-12 17:39:07 -03:00
README.md Fixed broken link in deploy README 2018-05-04 11:24:46 +02:00

Deployment documentation moved!

See /docs/deploy.