# yaml-language-server: $schema=./values.schema.json image: repository: docker.io/wolveix/satisfactory-server pullPolicy: IfNotPresent tag: v1.9.10@sha256:e103700ae6ae4c50f19dac80eadb2a805c5b885e179ae2a40850e967bf189efd persistence: config: enabled: true mountPath: "/config" tmp-dumps: enabled: true type: emptyDir mountPath: "/tmp/dumps" service: main: enabled: true ports: main: enabled: true port: 7777 protocol: tcp mainudp: enabled: true port: "{{ .Values.service.main.ports.main.port }}" protocol: udp securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 workload: main: podSpec: containers: main: env: AUTOSAVENUM: 5 DEBUG: false DISABLESEASONALEVENTS: false LOG: false MAXOBJECTS: 2162688 MAXPLAYERS: 4 MAXTICKRATE: 30 ROOTLESS: false SERVERGAMEPORT: "{{ .Values.service.main.ports.main.port }}" SERVERIP: "0.0.0.0" SERVERSTREAMING: true SKIPUPDATE: false STEAMBETA: false TIMEOUT: 30 VMOVERRIDE: false