Skip to content

Commit

Permalink
feat(chart): add aws-specific idle timeout annotation to router service
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Dice committed Mar 3, 2017
1 parent f81d872 commit 2481280
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/router/templates/router-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2481280

Please sign in to comment.