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