From 6f168f02c9dd7ac498b0f7a76273898c3a6528e1 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 2 Oct 2023 12:32:43 +0200 Subject: [PATCH] fix: remove prometheus scrape annotations --- values.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/values.yaml b/values.yaml index 56f5bf0..d6bb168 100644 --- a/values.yaml +++ b/values.yaml @@ -61,10 +61,7 @@ ingress: nodeSelector: {} -podAnnotations: - prometheus.io/scrape: "true" - prometheus.io/path: "/metrics" - prometheus.io/port: "9191" +podAnnotations: {} podPriorityClassName: ""