* chore(deps): update docker general non-major * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> * fix rsshub * default Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
33 lines
591 B
YAML
33 lines
591 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/factorio
|
|
tag: vstable@sha256:1878e15734a7937e1a158f86edd01aa9807254b1601c3840cb90b386c1f81933
|
|
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
|