44 lines
846 B
YAML
44 lines
846 B
YAML
env:
|
|
GAME_ID: "1670340"
|
|
GAME_PARAMS: ""
|
|
PASSWRD: ""
|
|
USERNAME: ""
|
|
VALIDATE: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/craftopia
|
|
tag: latest@sha256:df9310465d49d8b92aa57d77da71bcd7474ddcb8e03bf0d228a83e26fa15e8e7
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 8787
|
|
protocol: TCP
|
|
targetPort: 8787
|
|
udpgameport:
|
|
enabled: true
|
|
ports:
|
|
udpgameport:
|
|
enabled: true
|
|
port: 8787
|
|
protocol: UDP
|
|
targetPort: 8787
|
|
|
|
portal:
|
|
enabled: true
|