Update traefik package to v1.5.0

This commit is contained in:
Raul Sanchez
2018-01-25 15:29:39 +01:00
parent 289896b97c
commit 78b34c38ff
5 changed files with 466 additions and 1 deletions
@@ -52,6 +52,7 @@ services:
{{- end}}
{{- if ne .Values.rancher_integration "external"}}
- TRAEFIK_RANCHER_ENABLE=true
- TRAEFIK_FILE_ENABLE=false
- TRAEFIK_CONSTRAINTS=${constraints}
- TRAEFIK_RANCHER_HEALTHCHECK=${rancher_healthcheck}
- TRAEFIK_RANCHER_MODE=${rancher_integration}
@@ -60,6 +61,8 @@ services:
- CATTLE_ACCESS_KEY=${cattle_access_key}
- CATTLE_SECRET_KEY=${cattle_secret_key}
{{- end}}
{{- else}}
- TRAEFIK_FILE_ENABLE=true
{{- end}}
{{- if eq .Values.prometheus_enable "true"}}
- TRAEFIK_PROMETHEUS_ENABLE=${prometheus_enable}