33 lines
591 B
YAML
33 lines
591 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/factorio
|
|
tag: vstable@sha256:18034a8e86fee450cd3194d3c83301ef3e643cdaa38ac48ae256b4a493e6fed6
|
|
persistence:
|
|
path:
|
|
enabled: true
|
|
mountPath: /factorio
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 34197
|
|
protocol: UDP
|
|
targetPort: 34197
|
|
|
|
portal:
|
|
enabled: true
|