Skip to content

Commit adcf18c

Browse files
authored
Replace multiplication with resulting value (#492)
1 parent 68a6f55 commit adcf18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/manifests/istio-values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ gateways:
7777
cpu: 2000m
7878
memory: 1024Mi
7979
serviceAnnotations:
80-
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: 10 * 60 # 10 minutes
80+
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "600"
8181
type: LoadBalancer
8282
ports:
8383
- port: 80

0 commit comments

Comments
 (0)