diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-03 17:26:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-03 17:26:57 -0600 |
| commit | 1cc1d29b5e791b6701fd98b0351915c2401dc689 (patch) | |
| tree | f273c8bae42a40f1717139521a35d11b96d45e7f /etc/envoy/envoy.yaml | |
| parent | b931c1085d4e1a6801e3cc4016d7d233ad9276bb (diff) | |
chore: use port 8080 to not collide with sparkle port
Diffstat (limited to 'etc/envoy/envoy.yaml')
| -rw-r--r-- | etc/envoy/envoy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
