Files
truecharts/charts/stable/cstrikeconditionzero/values.yaml
T
TrueCharts Bot 1d0da62b56 chore(deps): update container image ich777/steamcmd to cstrikeczero@e47fa03 by renovate (#22966)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/steamcmd | digest | `bdec408` -> `e47fa03` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-06 14:22:36 +02:00

56 lines
1.3 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/steamcmd
tag: cstrikeczero@sha256:e47fa031b7b8a55e0836db91d057b1ce266b5c71b101f9caae8efc92f363606a
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: 90 +app_set_config '90 mod dmc'
GAME_MOD: 90 mod czero
GAME_NAME: czero
GAME_PARAMS: -secure +maxplayers 32 +map as_oilrig
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 }}"