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

26 lines
497 B
YAML

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