add avorion
This commit is contained in:
21
apps/service.yaml
Normal file
21
apps/service.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: avorion-service
|
||||
spec:
|
||||
selector:
|
||||
app: avorion
|
||||
ports:
|
||||
- name: game-udp
|
||||
port: 27000
|
||||
targetPort: 27000
|
||||
protocol: UDP
|
||||
- name: game-tcp
|
||||
port: 27000
|
||||
targetPort: 27000
|
||||
protocol: TCP
|
||||
- name: steam-query
|
||||
port: 27003
|
||||
targetPort: 27003
|
||||
protocol: UDP
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user