Files
truecharts/charts/incubator/rust/values.yaml
T
TrueCharts BotandGitHub 907bf39f06 fix(images): update container image tccr.io/truecharts/rust to latest (#14986)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/rust | digest | `efe01c5` -> `b04acfe` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-18 15:15:31 +00:00

53 lines
916 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rust
tag: latest@sha256:b04acfedf77df99d4684a4b3d93745d6d44857009636d023b3add0a151131b28
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "258550"
GAME_PARAMS: +server.maxplayers 10
GAME_PORT: "28015"
OXIDE_MOD: ""
SERVER_DISCRIPTION: Simple Unraid Rust Docker Server
SERVER_NAME: RustDockerServer
VALIDATE: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
service:
main:
ports:
main:
port: 28015
protocol: UDP
targetPort: 28015
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true