53 lines
866 B
YAML
53 lines
866 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/factorio
|
|
tag: vstable@sha256:6a8a24374e3582abaebf34c9062627914c020d57d2ad88322e53eedf2c767c53
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
env:
|
|
GENERATE_NEW_SAVE: false
|
|
LOAD_LATEST_SAVE: true
|
|
SAVE_NAME: "_autosave1"
|
|
TOKEN: ""
|
|
UPDATE_MODS_ON_START: ""
|
|
USERNAME: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 34197
|
|
protocol: UDP
|
|
targetPort: 34197
|
|
rcon:
|
|
enabled: true
|
|
ports:
|
|
rcon:
|
|
enabled: true
|
|
port: 27015
|
|
protocol: TCP
|
|
targetPort: 27015
|
|
|
|
persistence:
|
|
path:
|
|
enabled: true
|
|
mountPath: /factorio
|
|
|
|
portal:
|
|
enabled: false
|