Files
truecharts/charts/stable/dayofdefeatsource/values.yaml
T
TrueCharts Bot 30cd82ab81 chore(deps): update container image ich777/steamcmd to dods@e16be12 by renovate (#19770)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/steamcmd | digest | `5e6cf54` -> `e16be12` |

---

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

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-25 13:20:02 +01:00

55 lines
1.3 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/steamcmd
tag: dods@sha256:e16be127641f0dc1bd1c50c043a80a9fe9e176c0f600dde9dde266c0a4af7870
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 27015
protocol: udp
targetPort: 27015
tcprcon:
enabled: true
ports:
tcprcon:
enabled: true
port: 27015
protocol: tcp
targetPort: 27015
workload:
main:
podSpec:
containers:
main:
env:
GAME_ID: "232290"
GAME_NAME: dod
GAME_PARAMS: -secure +maxplayers 24 +map dod_kalt
GAME_PORT: "27015"
PASSWRD: ""
USERNAME: ""
VALIDATE: "false"
probes:
liveness:
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
readiness:
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
startup:
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"