feat: deploy Wings instance for 7 Days to Die #88
@@ -0,0 +1,21 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: wings-7d2d-game
|
||||||
|
namespace: game-servers
|
||||||
|
annotations:
|
||||||
|
metallb.io/address-pool: "default"
|
||||||
|
spec:
|
||||||
|
type: LoadBalancer
|
||||||
|
loadBalancerIP: 10.4.4.203
|
||||||
|
selector:
|
||||||
|
app: wings-7d2d
|
||||||
|
ports:
|
||||||
|
- name: udp
|
||||||
|
port: 26900
|
||||||
|
targetPort: 26900
|
||||||
|
protocol: UDP
|
||||||
|
- name: tcp
|
||||||
|
port: 26900
|
||||||
|
targetPort: 26900
|
||||||
|
protocol: TCP
|
||||||
Reference in New Issue
Block a user