From 7a9f88868377d111ca80f0c9e9f42c308a9bafea Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Fri, 3 Jun 2022 08:31:13 +0200 Subject: [PATCH] feat: prometheus --- smardigo/templates/iam/service.yml | 2 +- smardigo/templates/sepa-exporter/service.yml | 2 +- smardigo/templates/uba-export/service.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/smardigo/templates/iam/service.yml b/smardigo/templates/iam/service.yml index a013095..f688ebe 100644 --- a/smardigo/templates/iam/service.yml +++ b/smardigo/templates/iam/service.yml @@ -16,4 +16,4 @@ spec: - port: 8081 targetPort: 8081 protocol: TCP - name: metrics + name: http-metrics diff --git a/smardigo/templates/sepa-exporter/service.yml b/smardigo/templates/sepa-exporter/service.yml index 815d3e7..a8a5568 100644 --- a/smardigo/templates/sepa-exporter/service.yml +++ b/smardigo/templates/sepa-exporter/service.yml @@ -16,4 +16,4 @@ spec: - port: 8081 targetPort: 8081 protocol: TCP - name: metrics + name: http-metrics diff --git a/smardigo/templates/uba-export/service.yml b/smardigo/templates/uba-export/service.yml index c205877..68f5aab 100644 --- a/smardigo/templates/uba-export/service.yml +++ b/smardigo/templates/uba-export/service.yml @@ -16,4 +16,4 @@ spec: - port: 8081 targetPort: 8081 protocol: TCP - name: metrics + name: http-metrics