image: repository: tccr.io/truecharts/satisfactory pullPolicy: IfNotPresent tag: 1.4.8@sha256:ef87762ca83f70cbb648e94f50383f8e996078cce1f73f005acab6bad21aa5b7 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 portal: open: enabled: false securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 workload: main: podSpec: containers: main: probes: liveness: enabled: false readiness: enabled: false startup: enabled: false 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