Files
truecharts/charts/stable/satisfactory/values.yaml
T
TrueCharts Bot ebafa75a0a chore(container): update image wolveix/satisfactory-server to v1 by renovate (#27781)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| wolveix/satisfactory-server | patch | `4b80789` -> `11e475f` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

---

- [x] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->

Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-10-16 20:37:36 +02:00

55 lines
1.2 KiB
YAML

image:
repository: wolveix/satisfactory-server
pullPolicy: IfNotPresent
tag: v1.8.8@sha256:11e475fab1f0bd21f83bc28ca45b410a1ca31184cd23220ec856542d06c815cf
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
portal:
open:
enabled: false
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