Fully enable nginx-ingress metrics
What does this MR do?
There is a minor formatting issue in the configmap that is sent to deployed ingresses. It attempts to enable metrics, but the dot notation is handled differently in values.yaml
vs. on the command line.
Right now we set stats.enabled: true
, and we should instead set:
stats:
enabled: true
Part of the reason why this was initially missed was that some metrics are still available, but not the complete set without this flag enabled.
What are the relevant issue numbers?
Closes #43189 (closed)
Edited by Joshua Lambert