Add Simple Voice Chat UDP routing for mudcraft
- Expose UDP 24454 on mudcraft pod and Service (Simple Voice Chat) - Add Traefik voicechat UDP entrypoint on port 24454 - Add IngressRouteUDP to route external UDP 24454 → mudcraft service
This commit is contained in:
@@ -13,6 +13,10 @@ spec:
|
||||
port: 25565
|
||||
targetPort: 25565
|
||||
protocol: TCP
|
||||
- name: voicechat
|
||||
port: 24454
|
||||
targetPort: 24454
|
||||
protocol: UDP
|
||||
type: ClusterIP
|
||||
---
|
||||
# RCON — internal only, for server management
|
||||
|
||||
Reference in New Issue
Block a user