5a19966bcd
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/factoriotools/factorio | digest | `37fb477` -> `58a1828` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
60 lines
1.3 KiB
YAML
60 lines
1.3 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/factoriotools/factorio
|
|
tag: stable@sha256:58a1828450eaff132ffa7bceb31ff93eb940639181a91c248cb15ae56416960c
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 34197
|
|
protocol: udp
|
|
rcon:
|
|
enabled: true
|
|
ports:
|
|
rcon:
|
|
enabled: true
|
|
port: 27015
|
|
protocol: tcp
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
|
readiness:
|
|
type: tcp
|
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
|
startup:
|
|
type: tcp
|
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
|
env:
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
|
|
GENERATE_NEW_SAVE: false
|
|
LOAD_LATEST_SAVE: true
|
|
SAVE_NAME: "_autosave1"
|
|
TOKEN: ""
|
|
UPDATE_MODS_ON_START: ""
|
|
USERNAME: ""
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /factorio
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|