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: extraPorts:
- name: voicechat - name: voicechat
containerPort: 24454 containerPort: 24454
protocol: TCP protocol: UDP
ingress: ingress:
enabled: false enabled: false
service: service:

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

Loading…
Cancel
Save