titan-iac/services/monitoring/postmark-exporter-service.yaml

19 lines
362 B
YAML
Raw Normal View History

# 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