17e9ac5e7d
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ich777/steamcmd](https://redirect.github.com/ich777/docker-steamcmd-server) | digest | `e2758d9` → `17fed39` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zZHRkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
101 lines
2.1 KiB
YAML
101 lines
2.1 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/ich777/steamcmd
|
|
tag: 7dtd@sha256:17fed39c47caed78a28f0e20131b16485d8167594564e5ccc235f022211eb329
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 26900
|
|
protocol: tcp
|
|
targetPort: 26900
|
|
steammasterser:
|
|
enabled: true
|
|
ports:
|
|
mainudp:
|
|
enabled: true
|
|
port: 26900
|
|
protocol: udp
|
|
targetPort: 26900
|
|
raknet:
|
|
enabled: true
|
|
ports:
|
|
raknet:
|
|
enabled: true
|
|
port: 26902
|
|
protocol: udp
|
|
targetPort: 26902
|
|
registeringats:
|
|
enabled: true
|
|
ports:
|
|
registeringats:
|
|
enabled: true
|
|
port: 27015
|
|
protocol: udp
|
|
targetPort: 27015
|
|
steamcommunica:
|
|
enabled: true
|
|
ports:
|
|
steamcommunica:
|
|
enabled: true
|
|
port: 26901
|
|
protocol: udp
|
|
targetPort: 26901
|
|
unet:
|
|
enabled: true
|
|
ports:
|
|
unet:
|
|
enabled: true
|
|
port: 26903
|
|
protocol: udp
|
|
targetPort: 26903
|
|
webbasecontrol:
|
|
enabled: true
|
|
ports:
|
|
webbasecontrol:
|
|
enabled: true
|
|
port: 8080
|
|
protocol: tcp
|
|
targetPort: 8080
|
|
webpanel:
|
|
enabled: true
|
|
ports:
|
|
webpanel:
|
|
enabled: true
|
|
port: 8082
|
|
protocol: tcp
|
|
targetPort: 8082
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BACKUP_FILES: "false"
|
|
BACKUP_INTERVAL: "60"
|
|
BACKUP_TO_KEEP: "12"
|
|
ENABLE_BEPINEX: "false"
|
|
GAME_ID: "294420"
|
|
GAME_PARAMS: -logfile 7DaysToDie_Data/output_log.txt $@
|
|
PASSWRD: ""
|
|
SERVERCONFIG: serverconfig.xml
|
|
USERNAME: ""
|
|
VALIDATE: "false"
|
|
probes:
|
|
startup:
|
|
failureThreshold: 360
|