From 0bd2fe9fb6103dc6530d653312c18832c43eb178 Mon Sep 17 00:00:00 2001 From: Marcos Amorim Date: Fri, 12 Sep 2025 11:44:45 -0400 Subject: [PATCH] Remove 'prometheus' field from metrics port Removed the 'prometheus' field from the metrics port configuration. --- helm/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index 1078b9b..af477de 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -75,7 +75,6 @@ service: ports: - name: metrics port: 9091 - prometheus: 9091 protocol: TCP targetPort: 9091