Skip to content

Commit

Permalink
Merge pull request #327 from vdice/add-aws-idle-timeout-annotation-to…
Browse files Browse the repository at this point in the history
…-router-service

feat(chart): add aws-specific idle timeout annotation to router service
  • Loading branch information
Vaughn Dice authored Mar 22, 2017
2 parents 17148ed + bbf8dee commit e16e7d8
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 }}: {{ quote $value }}
{{- end }}
{{- end }}
labels:
heritage: deis
Expand Down

0 comments on commit e16e7d8

Please sign in to comment.