Files
truecharts/charts/incubator/redm/values.yaml
T
TrueCharts BotandGitHub 7d82f83cdf fix(images): update container image tccr.io/truecharts/redm to latest (#14980)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/redm | digest | `2c7101d` -> `4d87a6b` |

---

> [!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:14:42 +00:00

64 lines
1.2 KiB
YAML

env:
GAME_CONFIG: server.cfg
MANUAL_UPDATES: ""
SERVER_KEY: ""
SRV_ADR: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
SRV_NAME: ""
START_VARS: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/redm
tag: latest@sha256:4d87a6b0f0ebd0235f51a429efb5e852681f8560593e8a8c35772021d8eb3fbc
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 9016
protocol: HTTP
targetPort: 8080
tcp1:
enabled: true
ports:
tcp1:
enabled: true
port: 30110
protocol: TCP
targetPort: 30110
tcp2:
enabled: true
ports:
tcp2:
enabled: true
port: 30120
protocol: TCP
targetPort: 30120
udp1:
enabled: true
ports:
udp1:
enabled: true
port: 30110
protocol: UDP
targetPort: 30110
udp2:
enabled: true
ports:
udp2:
enabled: true
port: 30120
protocol: UDP
targetPort: 30120
portal:
enabled: true