apps(minecraft): Update routings

main
trivernis 9 months ago
parent 6da717596e
commit 61cd6fb672
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

@ -13,7 +13,7 @@ spec:
port: minecraft
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRouteTCP
kind: IngressRouteUDP
metadata:
name: voice
namespace: minecraft
@ -35,7 +35,7 @@ spec:
entryPoints:
- web
routes:
- match: Host(`minecraft-map.trivernis.net`)
- match: Host(`minecraft-map.trivernis.net`, `minecraft-map.trivernis.dev`)
kind: Rule
middlewares:
- name: strict-security-headers

@ -56,7 +56,7 @@ spec:
port: 24454
expose: true
exposedPort: 24454
protocol: TCP
protocol: UDP
metrics:
prometheus:

Loading…
Cancel
Save