Files
talos-cluster/deployments/game-servers/wings-ark-sa/service-game.yaml

26 lines
476 B
YAML

apiVersion: v1
kind: Service
metadata:
name: wings-ark-sa-game
namespace: game-servers
annotations:
metallb.io/address-pool: "default"
spec:
type: LoadBalancer
loadBalancerIP: 10.4.4.200
selector:
app: wings-ark-sa
ports:
- name: udp
port: 7777
targetPort: 7777
protocol: UDP
- name: tcp
port: 7777
targetPort: 7777
protocol: TCP
- name: query
port: 27015
targetPort: 27015
protocol: UDP