Files
truecharts/charts/stable/factorio/values.yaml
TrueCharts Bot 85210ccc22 chore(deps): update container image factoriotools/factorio to stable@5c507d3 by renovate (#17831)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| factoriotools/factorio | digest | `a9d8ea1` -> `5c507d3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 00:33:14 +00:00

60 lines
1.3 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: factoriotools/factorio
tag: stable@sha256:5c507d364a222fc852e003558eb54c23bf6595a7f9f1fc536c32786dbd8a1c41
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