2022-02-04 21:57:41 +00:00
|
|
|
image:
|
2022-05-30 20:55:44 +00:00
|
|
|
repository: tccr.io/truecharts/satisfactory
|
2022-02-04 21:57:41 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-05-30 20:55:44 +00:00
|
|
|
tag: v1.2.4@sha256:4c207b2bacc0fb274fcbd5e43699e17365c6abf768f53047aff008b6d95e414a
|
2022-02-04 21:57:41 +00:00
|
|
|
|
|
|
|
env:
|
|
|
|
AUTOPAUSE: true
|
|
|
|
AUTOSAVEINTERVAL: 300
|
|
|
|
AUTOSAVENUM: 3
|
|
|
|
AUTOSAVEONDISCONNECT: true
|
|
|
|
CRASHREPORT: true
|
|
|
|
DEBUG: false
|
|
|
|
DISABLESEASONALEVENTS: false
|
|
|
|
MAXPLAYERS: 4
|
|
|
|
SERVERBEACONPORT: "{{ .Values.service.beacon.ports.beacon.targetPort }}"
|
|
|
|
SERVERGAMEPORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
|
|
|
SERVERIP: "0.0.0.0"
|
|
|
|
SERVERQUERYPORT: "{{ .Values.service.query.ports.query.targetPort }}"
|
|
|
|
SKIPUPDATE: false
|
|
|
|
STEAMBETA: false
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
targetPort: 7777
|
|
|
|
port: 7777
|
|
|
|
protocol: UDP
|
|
|
|
beacon:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
beacon:
|
|
|
|
enabled: true
|
|
|
|
port: 15000
|
|
|
|
targetPort: 15000
|
|
|
|
protocol: UDP
|
|
|
|
query:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
query:
|
|
|
|
enabled: true
|
|
|
|
port: 15777
|
|
|
|
targetPort: 15777
|
|
|
|
protocol: UDP
|
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: false
|
|
|
|
readiness:
|
|
|
|
enabled: false
|
|
|
|
startup:
|
|
|
|
enabled: false
|