# services/monitoring/postmark-exporter-service.yaml apiVersion: v1 kind: Service metadata: name: postmark-exporter annotations: prometheus.io/scrape: "true" prometheus.io/port: "8000" prometheus.io/path: "/metrics" spec: type: ClusterIP selector: app: postmark-exporter ports: - name: http port: 8000 targetPort: http