67 lines
1.4 KiB
YAML
67 lines
1.4 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/ich777/redmserver
|
|
tag: latest@sha256:40114bd20d141ec86e51b9d9cd2f904c97579aa5be4d00a1bfee6c95622b3d43
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9016
|
|
protocol: http
|
|
targetPort: 8080
|
|
port1tcp:
|
|
enabled: true
|
|
ports:
|
|
port1tcp:
|
|
enabled: true
|
|
port: 30110
|
|
protocol: tcp
|
|
targetPort: 30110
|
|
port2tcp:
|
|
enabled: true
|
|
ports:
|
|
port2tcp:
|
|
enabled: true
|
|
port: 30120
|
|
protocol: tcp
|
|
targetPort: 30120
|
|
port1udp:
|
|
enabled: true
|
|
ports:
|
|
port1udp:
|
|
enabled: true
|
|
port: 30110
|
|
protocol: udp
|
|
targetPort: 30110
|
|
port2udp:
|
|
enabled: true
|
|
ports:
|
|
port2udp:
|
|
enabled: true
|
|
port: 30120
|
|
protocol: udp
|
|
targetPort: 30120
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
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: ""
|