From 1cc1d29b5e791b6701fd98b0351915c2401dc689 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 3 Jul 2025 17:26:57 -0600 Subject: chore: use port 8080 to not collide with sparkle port --- etc/envoy/envoy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/envoy') diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index 31b29c80..30c5529f 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -56,7 +56,7 @@ static_resources: socket_address: protocol: TCP address: 0.0.0.0 - port_value: 10000 + port_value: 8080 filter_chains: - filters: - name: envoy.filters.network.http_connection_manager -- cgit v1.2.3