update traefik for aws elb ssl termination (#1017)

This commit is contained in:
Kyle Umstatter
2017-05-08 16:40:08 +02:00
committed by Martin Linkhorst
parent 78481dcda4
commit a0af447f9e
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: traefik
# Lock step with the Traefik version, appended with -a, -b, etc. to denote versions of the chart
version: 1.2.1-a
version: 1.2.1-b
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
keywords:
- traefik
+3
View File
@@ -27,3 +27,6 @@ spec:
name: http
- port: 443
name: https
{{- if not .Values.ssl.enabled }}
targetPort: 80
{{- end }}