22 lines
415 B
YAML
22 lines
415 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: wings-moria-game
|
|
namespace: game-servers
|
|
annotations:
|
|
metallb.universe.tf/address-pool: default
|
|
spec:
|
|
type: LoadBalancer
|
|
loadBalancerIP: 10.4.4.206
|
|
selector:
|
|
app: wings-moria
|
|
ports:
|
|
- name: game-udp
|
|
port: 27000
|
|
targetPort: 27000
|
|
protocol: UDP
|
|
- name: game-tcp
|
|
port: 27000
|
|
targetPort: 27000
|
|
protocol: TCP
|