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