feat: deploy Wings instance for Return to Moria
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user