From 2481280bfe82f026e7760dd9a6a17fbab454320f Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Fri, 3 Mar 2017 11:52:30 -0700 Subject: [PATCH] feat(chart): add aws-specific idle timeout annotation to router service --- charts/router/templates/router-service.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/router/templates/router-service.yaml b/charts/router/templates/router-service.yaml index 19423b1..224379a 100644 --- a/charts/router/templates/router-service.yaml +++ b/charts/router/templates/router-service.yaml @@ -2,11 +2,10 @@ apiVersion: v1 kind: Service metadata: name: deis-router -{{- if .Values.service_annotations }} annotations: + service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: 1200 {{- range $key, $value := .Values.service_annotations }} {{ $key }}: {{ $value }} -{{- end }} {{- end }} labels: heritage: deis