diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index 9ffd40cfd9f..85f232c3f48 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -32,4 +32,4 @@ sources: - https://github.com/wolveix/satisfactory-server - https://hub.docker.com/r/wolveix/satisfactory-server type: application -version: 11.3.4 +version: 12.0.0 diff --git a/charts/stable/satisfactory/values.yaml b/charts/stable/satisfactory/values.yaml index c062fd6b789..611439a985e 100644 --- a/charts/stable/satisfactory/values.yaml +++ b/charts/stable/satisfactory/values.yaml @@ -12,26 +12,15 @@ persistence: mountPath: "/tmp/dumps" service: main: + enabled: true ports: main: - targetPort: 7777 + enabled: true port: 7777 - protocol: udp - beacon: - enabled: true - ports: - beacon: + protocol: tcp + mainudp: enabled: true - port: 15000 - targetPort: 15000 - protocol: udp - query: - enabled: true - ports: - query: - enabled: true - port: 15777 - targetPort: 15777 + port: "{{ .Values.service.main.ports.main.port }}" protocol: udp portal: open: @@ -47,25 +36,19 @@ workload: podSpec: containers: main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false env: - AUTOPAUSE: true - AUTOSAVEINTERVAL: 300 - AUTOSAVENUM: 3 - AUTOSAVEONDISCONNECT: true - CRASHREPORT: true + AUTOSAVENUM: 5 DEBUG: false DISABLESEASONALEVENTS: false + LOG: false + MAXOBJECTS: 2162688 MAXPLAYERS: 4 - SERVERBEACONPORT: "{{ .Values.service.beacon.ports.beacon.targetPort }}" - SERVERGAMEPORT: "{{ .Values.service.main.ports.main.targetPort }}" + MAXTICKRATE: 30 + ROOTLESS: false + SERVERGAMEPORT: "{{ .Values.service.main.ports.main.port }}" SERVERIP: "0.0.0.0" - SERVERQUERYPORT: "{{ .Values.service.query.ports.query.targetPort }}" + SERVERSTREAMING: true SKIPUPDATE: false STEAMBETA: false + TIMEOUT: 30 + VMOVERRIDE: false