...

Text file src/edge-infra.dev/config/pallets/edge/bsl-shims/bsl-catalog-edge-client/base/bsl-catalog-edge-client-service.yaml

Documentation: edge-infra.dev/config/pallets/edge/bsl-shims/bsl-catalog-edge-client/base

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  name: bsl-catalog-edge-client-service
     5spec:
     6  type: ClusterIP
     7  selector:
     8    platform.edge.ncr.com/component: bsl-catalog-edge-client
     9  ports:
    10  - name: http
    11    protocol: TCP
    12    port: 8080
    13    targetPort: http

View as plain text