You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`controller.watchNamespace` | Namespace to watch for Ingress resources. By default the Ingress controller watches all namespaces. | ""
83
83
`controller.healthStatus` | Add a location "/nginx-health" to the default server. The location responds with the 200 status code for any request. Useful for external health-checking of the Ingress controller. | false
84
84
`rbac.create` | Configures RBAC. | true
85
+
`prometheues.create` | Deploys a Prometheus exporter container within the Ingress controller pod. Requires NGINX Plus. `controller.nginxplus` must be set to `true`. | false
86
+
`prometheus.port` | Configures the port to scrape the metrics. | 9113
87
+
`prometheus.image.repository` | The image repository of the Prometheus exporter. | nginx/nginx-prometheus-exporter
88
+
`prometheus.image.tag` | The tag of the Prometheus exporter image. | 0.1.0
89
+
`prometheus.image.pullPolicy` | The pull policy for the Prometheus exporter image. | IfNotPresent
0 commit comments