# services/hermes/switchyard-service.yaml apiVersion: v1 kind: Service metadata: name: hermes-switchyard namespace: hermes annotations: prometheus.io/scrape: "true" prometheus.io/port: "9009" prometheus.io/path: /metrics labels: app: hermes-switchyard spec: type: ClusterIP selector: app: hermes-switchyard ports: - name: http port: 9005 targetPort: http protocol: TCP - name: voice-preflight port: 9009 targetPort: voice-preflight protocol: TCP