move to incubator

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-20 21:20:59 +02:00
parent 90381463b4
commit 7fe2b56fe5
498 changed files with 0 additions and 0 deletions
+62
View File
@@ -0,0 +1,62 @@
env:
GAME_CONFIG: server.cfg
MANUAL_UPDATES: ''
SERVER_KEY: ''
SRV_ADR: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
SRV_NAME: ''
START_VARS: ''
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/fivem
tag: latest
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 9016
protocol: HTTP
targetPort: 8080
tcp1:
enabled: true
ports:
tcp1:
enabled: true
port: 30110
protocol: TCP
targetPort: 30110
tcp2:
enabled: true
ports:
tcp2:
enabled: true
port: 30120
protocol: TCP
targetPort: 30120
udp1:
enabled: true
ports:
udp1:
enabled: true
port: 30110
protocol: UDP
targetPort: 30110
udp2:
enabled: true
ports:
udp2:
enabled: true
port: 30120
protocol: UDP
targetPort: 30120