This commit is contained in:
Tim Stoop
2018-02-10 12:46:50 -08:00
committed by k8s-ci-robot
parent ac9b94cefa
commit a06985d56c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: traefik
version: 1.18.1
version: 1.18.2
appVersion: 1.4.6
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
keywords:
+1 -1
View File
@@ -37,7 +37,7 @@ data:
address = ":443"
{{- if .Values.proxyProtocol.enabled }}
[entryPoints.https.proxyProtocol]
{{ template "proxyprotocol" . }}
{{ template "trustedips" . }}
{{- end }}
compress = {{ .Values.gzip.enabled }}
[entryPoints.https.tls]