From 18e4ca009c2f1c40d7514c11376c8f403bb8408e Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 22 Oct 2022 16:51:35 -0500 Subject: [PATCH] nginx metrics --- ingress-nginx/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ingress-nginx/values.yaml b/ingress-nginx/values.yaml index f7983a1..4be6f8a 100644 --- a/ingress-nginx/values.yaml +++ b/ingress-nginx/values.yaml @@ -38,12 +38,17 @@ ingress-nginx: healthCheckPath: "/healthz" healthCheckHost: "" - podAnnotations: {} + podAnnotations: + prometheus\.io/scrape: true + prometheus\.io/port: 10254 replicaCount: 3 minAvailable: 3 + metrics: + enabled: true + resources: limits: memory: 256Mi