Files
truecharts/charts/stable/satisfactory/values.yaml
T
TrueCharts BotandGitHub 35057f813f chore(deps): update container image tccr.io/truecharts/satisfactory to v1.4.8 (#8522)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/satisfactory](https://togithub.com/truecharts/containers)
| patch | `1.4.6` -> `1.4.8` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-30 06:36:27 +02:00

68 lines
1.6 KiB
YAML

image:
repository: tccr.io/truecharts/satisfactory
pullPolicy: IfNotPresent
tag: 1.4.8@sha256:ef87762ca83f70cbb648e94f50383f8e996078cce1f73f005acab6bad21aa5b7
persistence:
config:
enabled: true
mountPath: "/config"
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