# services/hermes-chat/service.yaml apiVersion: v1 kind: Service metadata: name: hermes-chat namespace: hermes-chat labels: app: hermes-chat spec: type: ClusterIP selector: app: hermes-chat ports: - name: dashboard port: 9119 targetPort: dashboard protocol: TCP