...

Text file src/edge-infra.dev/config/pallets/sds/wireguard/cluster-infra/relay/base/lb-service.yaml

Documentation: edge-infra.dev/config/pallets/sds/wireguard/cluster-infra/relay/base

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  name: wireguard-relay
     5  namespace: vpn
     6  labels:
     7    platform.edge.ncr.com/component: wireguard-relay
     8spec:
     9  type: LoadBalancer
    10  selector:
    11    platform.edge.ncr.com/component: wireguard-relay
    12  ports:
    13  - name: wireguard-relay
    14    protocol: UDP
    15    port: 51820
    16    targetPort: 51820

View as plain text