diff --git a/pihole-exporter/templates/service.yaml b/pihole-exporter/templates/service.yaml index 4efc86e..f686995 100644 --- a/pihole-exporter/templates/service.yaml +++ b/pihole-exporter/templates/service.yaml @@ -11,7 +11,7 @@ spec: - port: {{ .Values.service.port }} targetPort: {{ .Values.service.port }} protocol: TCP - name: exporter-port + name: pihole-metrics selector: app.kubernetes.io/name: {{ include "pihole-exporter.name" . }} app.kubernetes.io/instance: {{ .Release.Name }}