diff --git a/kubernetes/talos-flux/apps/networking/cloudflared/app/config.yaml b/kubernetes/talos-flux/apps/networking/cloudflared/app/config.yaml index 42c0b0b1f..a36e54a5b 100644 --- a/kubernetes/talos-flux/apps/networking/cloudflared/app/config.yaml +++ b/kubernetes/talos-flux/apps/networking/cloudflared/app/config.yaml @@ -41,6 +41,16 @@ ingress: service: https://kromgo.techtales.io originRequest: httpHostHeader: kromgo.techtales.io + - hostname: minecraft.techtales.io + service: "tcp://${SETTING_CILIUM_MINECRAFT_PROXY_ADDR3}:25565" + originRequest: + proxyType: tcp + - hostname: bedrock.techtales.io + service: "udp://${SETTING_CILIUM_MINECRAFT_PROXY_ADDR3}:19132" + originRequest: + proxyType: udp + # originRequest: + # httpHostHeader: minecraft.techtales.io # - hostname: example2.com # service: localhost:8001 # The localhost:8002 service overrides some root-level config.