apiVersion: v1 kind: Service metadata: name: wings-sotf-game namespace: game-servers annotations: metallb.universe.tf/address-pool: default spec: type: LoadBalancer loadBalancerIP: 10.4.4.207 selector: app: wings-sotf ports: - name: game-udp port: 7778 targetPort: 7778 protocol: UDP - name: game-tcp port: 7778 targetPort: 7778 protocol: TCP