Files
truecharts/charts/incubator/redm/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

63 lines
1.2 KiB
YAML

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/redm
tag: latest@sha256:74024aecf92ef168cc86c1065aa32fe2b523d2224fc5c248bc6b7ea05dfc5cf8
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