apps(minecraft): Fix voicechat udp route

main
trivernis 9 months ago
parent 61cd6fb672
commit ebceee1840
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: DFFFCC2C7A02DB45

@ -43,7 +43,7 @@ spec:
extraPorts:
- name: voicechat
containerPort: 24454
protocol: TCP
protocol: UDP
ingress:
enabled: false
service:

@ -19,10 +19,9 @@ metadata:
namespace: minecraft
spec:
entryPoints:
- minecraft-voice
- sct-discovery
routes:
- match: HostSNI(`*`)
services:
- services:
- name: minecraft-minecraft
port: voicechat
---

Loading…
Cancel
Save