feat: deploy Wings instance for ARK Survival Ascended #86
@@ -4,22 +4,26 @@ metadata:
|
|||||||
name: wings-ark-sa-game
|
name: wings-ark-sa-game
|
||||||
namespace: game-servers
|
namespace: game-servers
|
||||||
annotations:
|
annotations:
|
||||||
metallb.universe.tf/address-pool: default-lb-pool
|
metallb.universe.tf/address-pool: default
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
loadBalancerIP: 10.4.4.200
|
loadBalancerIP: 10.4.4.200
|
||||||
ports:
|
|
||||||
- name: ark-game
|
|
||||||
port: 7777
|
|
||||||
protocol: UDP
|
|
||||||
targetPort: 7777
|
|
||||||
- name: ark-query
|
|
||||||
port: 27015
|
|
||||||
protocol: UDP
|
|
||||||
targetPort: 27015
|
|
||||||
- name: ark-tcp
|
|
||||||
port: 27016
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 27016
|
|
||||||
selector:
|
selector:
|
||||||
app: wings-ark-sa
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user