Files
truecharts/charts/incubator/factorioservermanager/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

39 lines
810 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/factorioservermanager
tag: latest@sha256:5eb216a253f931ae83cecba602be05bf80166cb140ba30d2687ccd68d1d73dd8
persistence:
config:
enabled: true
mountPath: /opt/factorio/config
fsmmods:
enabled: true
mountPath: /opt/factorio/mods
fsmsaves:
enabled: true
mountPath: /opt/factorio/saves
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
factorioport:
enabled: true
ports:
factorioport:
enabled: true
port: 34197
protocol: UDP
targetPort: 34197
main:
enabled: true
ports:
main:
enabled: true
port: 8888
protocol: HTTP
targetPort: 80