Skip to content

Commit

Permalink
feat(miecraft): setup cloudflare tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Feb 1, 2025
1 parent 29d1b2e commit 0ab26ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kubernetes/talos-flux/apps/networking/cloudflared/app/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0ab26ba

Please sign in to comment.