diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-03 17:47:55 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-03 17:47:55 -0600 |
| commit | d5f945421e59beccb9705299d73f0e8a4ab0ba41 (patch) | |
| tree | 10428db08df5461e69da0fbf063e30d490481e5d /etc/envoy | |
| parent | d1cbd2a1964cce598fc930e159617d4a2539b127 (diff) | |
chore: use port 20000 to prevent colliding with sparkle
Diffstat (limited to 'etc/envoy')
| -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 be6b5005..d84a10e2 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: 8080 + port_value: 20000 filter_chains: - filters: - name: envoy.filters.network.http_connection_manager |
