This PR contains the following updates: | Package | Update | Change | |---|---|---| | ich777/steamcmd | digest | `e7fb71b` -> `560670c` | --- > [!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=-->
68 lines
1.5 KiB
YAML
68 lines
1.5 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ich777/steamcmd
|
|
tag: pixark@sha256:560670c23e47113e60151f455ef070540b55751044163b53cf0f73ffbcab6aad
|
|
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:
|
|
cubeport:
|
|
enabled: true
|
|
ports:
|
|
cubeport:
|
|
enabled: true
|
|
port: 27018
|
|
protocol: udp
|
|
targetPort: 27018
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 27015
|
|
protocol: udp
|
|
targetPort: 27015
|
|
queryport:
|
|
enabled: true
|
|
ports:
|
|
queryport:
|
|
enabled: true
|
|
port: 27016
|
|
protocol: udp
|
|
targetPort: 27016
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
GAME_ID: "824360"
|
|
GAME_PARAMS: ?MaxPlayers=10
|
|
GAME_PARAMS_EXTRA:
|
|
-QueryPort=27016 -Port=27015 -CubePort=27018 -NoBattlEye
|
|
-nosteamclient -game -server -log
|
|
MAP: CubeWorld_Light
|
|
PASSWRD: ""
|
|
SERVER_NAME: PIXARKDocker
|
|
SRV_ADMIN_PWD: adminDocker
|
|
SRV_PWD: Docker
|
|
USERNAME: ""
|
|
VALIDATE: "false"
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|