Files
truecharts/charts/stable/satisfactory/values.yaml
T
TrueCharts BotandGitHub 9eb10c42f2 chore(deps): update container image wolveix/satisfactory-server to v1.6.1@2cf5d57 (#16135)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| wolveix/satisfactory-server | patch | `v1.6.0` -> `v1.6.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:52:22 +01:00

72 lines
1.7 KiB
YAML

image:
repository: wolveix/satisfactory-server
pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2cf5d57ecb288dc35bbf675c97022851b7344ce0788ed5101b61767f9abafd6d
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