2022-07-20 19:13:25 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2024-01-02 11:15:02 +00:00
|
|
|
repository: factoriotools/factorio
|
2024-05-31 12:21:26 +00:00
|
|
|
tag: stable@sha256:f3e6c6c0ec2e83db5c9fc003e4ee276293ce022239813f04b10f60a086c93e6a
|
2023-02-02 22:57:07 +00:00
|
|
|
|
2022-07-20 19:13:25 +00:00
|
|
|
securityContext:
|
2023-06-03 12:33:31 +00:00
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
2023-02-02 22:57:07 +00:00
|
|
|
|
2023-08-30 20:16:46 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 34197
|
|
|
|
protocol: udp
|
|
|
|
rcon:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
rcon:
|
|
|
|
enabled: true
|
|
|
|
port: 27015
|
|
|
|
protocol: tcp
|
|
|
|
|
2023-06-03 12:33:31 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
2023-08-30 20:16:46 +00:00
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
2023-06-03 12:33:31 +00:00
|
|
|
readiness:
|
2023-08-30 20:16:46 +00:00
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
2023-06-03 12:33:31 +00:00
|
|
|
startup:
|
2023-08-30 20:16:46 +00:00
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
2023-06-03 12:33:31 +00:00
|
|
|
env:
|
2023-08-30 20:16:46 +00:00
|
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
|
2023-06-03 12:33:31 +00:00
|
|
|
GENERATE_NEW_SAVE: false
|
|
|
|
LOAD_LATEST_SAVE: true
|
|
|
|
SAVE_NAME: "_autosave1"
|
|
|
|
TOKEN: ""
|
|
|
|
UPDATE_MODS_ON_START: ""
|
|
|
|
USERNAME: ""
|
2023-02-02 22:57:07 +00:00
|
|
|
|
|
|
|
persistence:
|
2023-06-03 12:33:31 +00:00
|
|
|
config:
|
2023-02-02 22:57:07 +00:00
|
|
|
enabled: true
|
|
|
|
mountPath: /factorio
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
2023-06-03 12:33:31 +00:00
|
|
|
open:
|
|
|
|
enabled: false
|