k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/prow/cluster/horologium_service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    labels:
     5      app: horologium
     6    namespace: default
     7    name: horologium
     8  spec:
     9    ports:
    10      - name: metrics
    11        port: 9090
    12        protocol: TCP
    13    selector:
    14      app: horologium