Skip to content

Commit

Permalink
Remove retry_policy and make timeout longer (#5203)
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
  • Loading branch information
Warashi authored Sep 9, 2024
1 parent 032e430 commit 6d8c7e9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions manifests/pipecd/templates/envoy-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ data:
grpc_service:
envoy_grpc:
cluster_name: grpc-envoy-ext-authz
retry_policy:
num_retries: 3
retry_back_off:
base_interval: 0.25s
max_interval: 1s
retry_on: 5xx
timeout: 3s
timeout: 10s
transport_api_version: V3
include_peer_certificate: false
- name: envoy.filters.http.grpc_web
Expand Down

0 comments on commit 6d8c7e9

Please sign in to comment.