a3d011395d
This PR contains the following updates: | Package | Update | Change | |---|---|---| | wolveix/satisfactory-server | patch | `v1.6.1` -> `v1.6.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
72 lines
1.7 KiB
YAML
72 lines
1.7 KiB
YAML
image:
|
|
repository: wolveix/satisfactory-server
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.6.2@sha256:5443b92765d330834ab767bb2dc63f303ee1775711753781a86c96b0add4a327
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
tmp-dumps:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: "/tmp/dumps"
|
|
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
|