Skip to content

Commit

Permalink
feat: adding traefik https compression
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed May 15, 2018
1 parent 54989c8 commit 514a3e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ data:
entryPoint = "https"
[entryPoints.https]
address = ":443"
compress = true
[entryPoints.https.tls]
resolv.conf: |-
nameserver {{ .Values.traefikResolvConfNameServer }}
Expand Down

0 comments on commit 514a3e5

Please sign in to comment.