Files
truecharts/charts/stable/satisfactory/values.yaml
T
ef2f489611 chore(deps): update docker general non-major (#4084)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* http probe

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-10-15 01:57:21 +03:00

69 lines
1.3 KiB
YAML

image:
repository: tccr.io/truecharts/satisfactory
pullPolicy: IfNotPresent
tag: 1.3.2@sha256:750cc0cb272c209adab63aa6e29171eba76b4d4785df73463355034ed2e7bb75
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
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
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
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
portal:
enabled: false