30 lines
585 B
YAML
30 lines
585 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-1
|
|
port: 7777
|
|
targetPort: 7777
|
|
protocol: UDP
|
|
- name: game-udp-2
|
|
port: 7778
|
|
targetPort: 7778
|
|
protocol: UDP
|
|
- name: game-tcp
|
|
port: 27015
|
|
targetPort: 27015
|
|
protocol: TCP
|
|
- name: game-tcp-2
|
|
port: 27016
|
|
targetPort: 27016
|
|
protocol: TCP
|