feat: deploy Wings instance for ARK SA
This commit is contained in:
@@ -4,22 +4,22 @@ 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.io/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: udp
|
||||||
|
port: 7777
|
||||||
|
targetPort: 7777
|
||||||
|
protocol: UDP
|
||||||
|
- name: tcp
|
||||||
|
port: 7777
|
||||||
|
targetPort: 7777
|
||||||
|
protocol: TCP
|
||||||
|
- name: query
|
||||||
|
port: 27015
|
||||||
|
targetPort: 27015
|
||||||
|
protocol: UDP
|
||||||
|
|||||||
Reference in New Issue
Block a user