Update traefik package to v1.5.0
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user