mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
@@ -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:
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user