Add support for requesting ngrok remote address (#436)

This commit is contained in:
Geoff Bourne
2025-07-25 17:13:07 -06:00
committed by GitHub
parent c5c3fba846
commit 443beb2cce
4 changed files with 34 additions and 9 deletions
+12
View File
@@ -66,6 +66,8 @@ Routes Minecraft client connections to backend servers based upon the requested
any extra tags to be included with all reported metrics (env METRICS_BACKEND_CONFIG_INFLUXDB_TAGS)
-metrics-backend-config-influxdb-username string
(env METRICS_BACKEND_CONFIG_INFLUXDB_USERNAME)
-ngrok-remote-addr string
If set, the TCP address to request for this edge (env NGROK_REMOTE_ADDR)
-ngrok-token string
If set, an ngrok tunnel will be established. It is HIGHLY recommended to pass as an environment variable. (env NGROK_TOKEN)
-port port
@@ -353,6 +355,16 @@ metadata:
name: mc-forge
spec:
serviceName: mc-forge
selector:
matchLabels:
app: mc-forge
template:
metadata:
labels:
app: mc-forge
spec:
containers:
- name: mc
```
## REST API