github.com/zppinho/prow@v0.0.0-20240510014325-1738badeb017/test/integration/config/prow/cluster/gangway_service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: gangway
     5    namespace: default
     6  spec:
     7    selector:
     8      app: gangway
     9    ports:
    10    - name: grpc
    11      port: 32000
    12      targetPort: 32000
    13      nodePort: 32000
    14      protocol: TCP
    15    - name: metrics
    16      port: 9090
    17      protocol: TCP
    18    type: NodePort