Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit bbf8dee

Browse files
author
Vaughn Dice
committed
feat(chart): add aws-specific idle timeout annotation to router service
1 parent f81d872 commit bbf8dee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

charts/router/templates/router-service.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ apiVersion: v1
22
kind: Service
33
metadata:
44
name: deis-router
5-
{{- if .Values.service_annotations }}
65
annotations:
6+
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "1200"
77
{{- range $key, $value := .Values.service_annotations }}
88
{{ $key }}: {{ $value }}
9-
{{- end }}
109
{{- end }}
1110
labels:
1211
heritage: deis

0 commit comments

Comments
 (0)