Files
truecharts/charts/stable/arksurvivalevolved/values.yaml
T
TrueCharts BotandGitHub 993b87a0dc chore(deps): update container image ich777/steamcmd to arkse@1cbb515 by renovate (#26478)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/steamcmd | digest | `35ba81f` -> `1cbb515` |

---

> [!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-->
2024-09-16 12:23:02 +00:00

85 lines
1.7 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/steamcmd
tag: arkse@sha256:1cbb5156303304671bcb94d8bc8f68c9c03c4dbc25afb430dc2668b090ddbb0f
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: true
ports:
main:
enabled: true
port: 7777
protocol: udp
game:
enabled: true
port: 7778
# This should always be main +1
protocol: udp
query:
enabled: true
ports:
query:
enabled: true
protocol: udp
port: 27015
rcon:
enabled: true
ports:
rcon:
enabled: true
protocol: tcp
port: 27020
ark:
# setting pass for rcon
srv_admin_pass: "123456789"
srv_password: ""
username: ""
password: ""
game_id: "376030"
rcon_enabled: true
game_params: []
game_params_extra: []
easy_game_extra_params:
server: true
log: true
crossplay: true
map: TheIsland
# Used only for SCALE GUI
custom_map: ""
server_name: ""
validate: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}"
readiness:
type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}"
startup:
type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}"
envFrom:
- secretRef:
name: "ark-secrets"
persistence:
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
portal:
open:
enabled: false