Files
truecharts/charts/stable/minecraft-bedrock/values.yaml
T
alfi0812 f18a2749df fix(minecraft-bedrock): Update container image. (no longer uses versions and uses latest) (#22334)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes https://github.com/truecharts/charts/issues/22329

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-05-22 19:21:27 +02:00

91 lines
2.6 KiB
YAML

image:
repository: itzg/minecraft-bedrock-server
tag: latest@sha256:420d4182d67ab8030a920930c8d7a8dd6dafaa0054d69fc0e2a11f1afe0c0fd0
pullPolicy: Always
service:
main:
ports:
main:
port: 19132
protocol: udp
workload:
main:
podSpec:
containers:
main:
tty: true
stdin: true
probes:
liveness:
enabled: true
type: exec
command:
- /usr/local/bin/mc-monitor
- status-bedrock
- --host
- 127.0.0.1
- --port
- "{{ .Values.service.main.ports.main.port }}"
spec:
periodSeconds: 60
readiness:
enabled: true
type: exec
command:
- /usr/local/bin/mc-monitor
- status-bedrock
- --host
- 127.0.0.1
- --port
- "{{ .Values.service.main.ports.main.port }}"
spec:
periodSeconds: 60
startup:
enabled: true
type: exec
command:
- /usr/local/bin/mc-monitor
- status-bedrock
- --host
- 127.0.0.1
- --port
- "{{ .Values.service.main.ports.main.port }}"
spec:
periodSeconds: 60
env:
EULA: true
ENABLE_LAN_VISIBILITY: false
VERSION: "LATEST"
SERVER_NAME: "TrueCharts Dedicated Server!"
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
SERVER_PORT_V6: 19133
GAMEMODE: "survival"
DIFFICULTY: "easy"
LEVEL_TYPE: "DEFAULT"
ALLOW_CHEATS: false
MAX_PLAYERS: 10
ONLINE_MODE: true
WHITE_LIST: false
# WHITE_LIST_USERS: "USER:XUID,USER:XUID"
VIEW_DISTANCE: 32
TICK_DISTANCE: 4
PLAYER_IDLE_TIMEOUT: 30
MAX_THREADS: 8
LEVEL_NAME: "Bedrock level"
LEVEL_SEED: ""
DEFAULT_PLAYER_PERMISSION_LEVEL: "member"
TEXTUREPACK_REQUIRED: false
SERVER_AUTHORITATIVE_MOVEMENT: server-auth
PLAYER_MOVEMENT_SCORE_THRESHOLD: 20
PLAYER_MOVEMENT_DISTANCE_THRESHOLD: 0.3
PLAYER_MOVEMENT_DURATION_THRESHOLD_IN_MS: 500
CORRECT_PLAYER_MOVEMENT: false
# OPS: "XUID,XUID"
persistence:
config:
enabled: true
mountPath: "/data"
portal:
open:
enabled: false