diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-14 14:02:17 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-14 14:02:17 -0600 |
| commit | 2e6d541b2d182f3750dd7033d0e60b849b3e23f8 (patch) | |
| tree | dfce92448699be93804d2ab3580177de024a8bcf /etc/envoy | |
| parent | 66ad68976185bba6953790c1587ef52a1b456431 (diff) | |
chore: run authzd on 50052 instead of 50051 to prevent port collision
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 19df6a4f..9594c9e4 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -34,7 +34,7 @@ static_resources: address: socket_address: address: 127.0.0.1 - port_value: 50051 + port_value: 50052 typed_extension_protocol_options: envoy.extensions.upstreams.http.v3.HttpProtocolOptions: "@type": type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions |
