This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/ich777/steamcmd | digest | `7793376` -> `3b3cdc1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/ich777/steamcmd
|
|
tag: pvkii@sha256:3b3cdc186592c62b93a0a173f8acd2c44e9aaa78c2a57056683d881ae905352c
|
|
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:
|
|
DATA_PERM: "770"
|
|
GAME_ID: "17575"
|
|
GAME_NAME: pvkii
|
|
GAME_PARAMS: -maxplayers 18 +map bt_island
|
|
GAME_PORT: "27015"
|
|
PASSWRD: ""
|
|
USERNAME: ""
|
|
VALIDATE: "false"
|
|
probes:
|
|
liveness:
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
|
type: tcp
|
|
readiness:
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
|
type: tcp
|
|
startup:
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
|
type: tcp
|