Files
truecharts/charts/stable/alienswarm/values.yaml
T
TrueCharts Bot 954e6e5ca3 chore(deps): update container image ich777/steamcmd to alienswarm@629a7f4 by renovate (#26476)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/steamcmd | digest | `093842c` -> `629a7f4` |

---

> [!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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzguODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

---------

Co-authored-by: kqmaverick <kqmaverick@gmail.com>
2024-09-16 07:33:03 -07:00

58 lines
1.4 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/steamcmd
tag: alienswarm@sha256:629a7f42bb6c1323551b1699653361cc22cb83335731525993b4b7277be00412
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
tcprconport:
enabled: true
ports:
tcprconport:
enabled: true
port: 27015
protocol: tcp
targetPort: 27015
workload:
main:
podSpec:
containers:
main:
env:
GAME_ID: "635"
GAME_NAME: swarm
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: "27015"
PASSWRD: ""
USERNAME: ""
VALIDATE: "false"
probes:
liveness:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
type: tcp
readiness:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
type: tcp
startup:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
type: tcp