-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(minecraft): setup plugins for minecraft-public #4440
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quality Gate passedIssues Measures |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports MegaLinter is graciously provided by OX Security |
--- kubernetes/talos-flux/apps/gaming-public/minecraft-java/velocity-proxy Kustomization: flux-system/minecraft-public-velocity-proxy HelmRelease: gaming-public/minecraft-public-velocity-proxy
+++ kubernetes/talos-flux/apps/gaming-public/minecraft-java/velocity-proxy Kustomization: flux-system/minecraft-public-velocity-proxy HelmRelease: gaming-public/minecraft-public-velocity-proxy
@@ -35,13 +35,13 @@
containers:
app:
env:
ENABLE_RCON: 'false'
GID: '1000'
MEMORY: 256M
- PLUGINS: https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/velocity,https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/velocity
+ PLUGINS: https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/velocity,https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/velocity,https://cdn.modrinth.com/data/9eGKb6K1/versions/yGTasgG4/voicechat-velocity-2.5.24.jar
SPIGOT_PLUGIN: '78915'
TYPE: VELOCITY
TZ: Europe/Vienna
UID: '1000'
VELOCITY_BUILD_ID: latest
VELOCITY_VERSION: latest
@@ -52,12 +52,15 @@
ports:
- containerPort: 25565
name: velocity
protocol: TCP
- containerPort: 19132
name: bedrock
+ protocol: UDP
+ - containerPort: 24454
+ name: simplevoicechat
protocol: UDP
probes:
liveness:
enabled: true
port: 25565
type: TCP
@@ -118,12 +121,16 @@
controller: velocity
ports:
bedrock-proxy:
port: 19132
protocol: UDP
targetPort: bedrock
+ simplevoicechat-proxy:
+ port: 24454
+ protocol: UDP
+ targetPort: simplevoicechat
velocity-proxy:
port: 25565
protocol: TCP
targetPort: velocity
type: LoadBalancer
--- kubernetes/talos-flux/apps/gaming-public/minecraft-java/playground-world Kustomization: flux-system/minecraft-public-playground-world HelmRelease: gaming-public/minecraft-public-playground-world
+++ kubernetes/talos-flux/apps/gaming-public/minecraft-java/playground-world Kustomization: flux-system/minecraft-public-playground-world HelmRelease: gaming-public/minecraft-public-playground-world
@@ -70,12 +70,13 @@
motd: techicraft playground
onlineMode: false
ops: ''
pvp: false
rcon:
enabled: false
+ resourcePackUrl: https://cdn.modrinth.com/data/Q1vvjJYV/versions/oGcsNfpD/BSL_v8.4.01.2.zip
spawnAnimals: false
spawnMonsters: false
spawnNPCs: false
spawnProtection: 0
type: PAPER
version: 1.21.4 |
--- HelmRelease: gaming-public/minecraft-public-playground-world Deployment: gaming-public/minecraft-public-playground-world-minecraft
+++ HelmRelease: gaming-public/minecraft-public-playground-world Deployment: gaming-public/minecraft-public-playground-world-minecraft
@@ -93,12 +93,14 @@
- name: PVP
value: 'false'
- name: LEVEL_TYPE
value: FLAT
- name: LEVEL
value: playground
+ - name: RESOURCE_PACK
+ value: https://cdn.modrinth.com/data/Q1vvjJYV/versions/oGcsNfpD/BSL_v8.4.01.2.zip
- name: ONLINE_MODE
value: 'false'
- name: MEMORY
value: 1024M
- name: ENABLE_RCON
value: 'false'
--- HelmRelease: gaming-public/minecraft-public-velocity-proxy Service: gaming-public/minecraft-public-velocity-proxy
+++ HelmRelease: gaming-public/minecraft-public-velocity-proxy Service: gaming-public/minecraft-public-velocity-proxy
@@ -14,12 +14,16 @@
type: LoadBalancer
ports:
- port: 19132
targetPort: bedrock
protocol: UDP
name: bedrock-proxy
+ - port: 24454
+ targetPort: simplevoicechat
+ protocol: UDP
+ name: simplevoicechat-proxy
- port: 25565
targetPort: velocity
protocol: TCP
name: velocity-proxy
selector:
app.kubernetes.io/component: velocity
--- HelmRelease: gaming-public/minecraft-public-velocity-proxy Deployment: gaming-public/minecraft-public-velocity-proxy
+++ HelmRelease: gaming-public/minecraft-public-velocity-proxy Deployment: gaming-public/minecraft-public-velocity-proxy
@@ -47,13 +47,13 @@
value: 'false'
- name: GID
value: '1000'
- name: MEMORY
value: 256M
- name: PLUGINS
- value: https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/velocity,https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/velocity
+ value: https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/velocity,https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/velocity,https://cdn.modrinth.com/data/9eGKb6K1/versions/yGTasgG4/voicechat-velocity-2.5.24.jar
- name: SPIGOT_PLUGIN
value: '78915'
- name: TYPE
value: VELOCITY
- name: TZ
value: Europe/Vienna
@@ -75,12 +75,15 @@
ports:
- containerPort: 25565
name: velocity
protocol: TCP
- containerPort: 19132
name: bedrock
+ protocol: UDP
+ - containerPort: 24454
+ name: simplevoicechat
protocol: UDP
readinessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket: |
tyriis
approved these changes
Feb 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.