Skip to content

Commit 68a6f55

Browse files
authored
Prevent load balancer from timing out requests (#490)
1 parent 6120e2c commit 68a6f55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manager/manifests/istio-values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ gateways:
7676
limits:
7777
cpu: 2000m
7878
memory: 1024Mi
79+
serviceAnnotations:
80+
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: 10 * 60 # 10 minutes
7981
type: LoadBalancer
8082
ports:
8183
- port: 80

0 commit comments

Comments
 (0)