This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
helix/internal/stacks/templates/traefik/traefik.yaml.tmpl

27 lines
545 B
Cheetah

---
global:
checkNewVersion: {{ .CheckNewVersion }}
sendAnonymousUsage: {{ .SendAnonymousUsage }}
api:
insecure: false
dashboard: true
debug: false
entryPoints:
http:
address: "{{ .ContainerIp }}:80"
http:
redirections:
entryPoint:
to: "https"
scheme: "https"
permanent: true
https:
address: "{{ .ContainerIp }}:443"
ssh:
address: "{{ .ContainerIp }}:22"
providers:
file:
watch: true
directory: "/helix/shared/traefik/dynamic"
log:
level: "{{ .LogLevel }}"