49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ich777/openttdserver
|
|
tag: latest@sha256:12360e2c81b13b5d438b5716bddece19acbbd5ec5a7d36547b711b77a0a5b758
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9015
|
|
protocol: http
|
|
targetPort: 8080
|
|
tcpgameport:
|
|
enabled: true
|
|
ports:
|
|
tcpgameport:
|
|
enabled: true
|
|
port: 3979
|
|
protocol: tcp
|
|
targetPort: 3979
|
|
udpgameport:
|
|
enabled: true
|
|
ports:
|
|
udpgameport:
|
|
enabled: true
|
|
port: 3979
|
|
protocol: udp
|
|
targetPort: 3979
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
GAME_PARAMS: ""
|
|
GAME_VERSION: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
|
GFX_PK_V: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|