catalog/incubator/satisfactory-server/0.0.15/ix_values.yaml

53 lines
975 B
YAML

env:
MAXPLAYERS: "4"
STEAMBETA: "false"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/satisfactory-server
tag: latest@sha256:3091f09addf7b27a37ec412eb54fed8fe30af93dc29b5b3fb80f2d12bbc3e757
persistence:
config:
enabled: true
mountPath: /config
podSecurityContext:
runAsGroup: 0
runAsUser: 0
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
beaconport:
enabled: true
ports:
beaconport:
enabled: true
port: 15000
protocol: UDP
targetPort: 15000
main:
enabled: true
ports:
main:
enabled: true
port: 7777
protocol: UDP
targetPort: 7777
queryport:
enabled: true
ports:
queryport:
enabled: true
port: 15777
protocol: UDP
targetPort: 15777
portal:
enabled: true