Use helm and local provider
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-12-19 13:20:57 +01:00
parent d44bea3d66
commit 0e6f763db5
7 changed files with 177 additions and 90 deletions

View file

@ -7,6 +7,20 @@ data:
serversTransport:
insecureSkipVerify: true
entryPoints:
web:
address: ":8000/tcp"
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: ":8443/tcp"
http:
tls:
options: default
traefik:
address: ":9000/tcp"
{% for traefik_entrypoint in traefik_entrypoints %}
{{ traefik_entrypoint.name }}:
address: :{{ traefik_entrypoint.port }}
@ -26,18 +40,11 @@ data:
watch: true
metrics:
prometheus:
buckets:
- 0.1
- 0.3
- 1.2
- 5
entryPoint: traefik
ping:
entryPoint: traefik
api:
insecure: true
dashboard: true
debug: true
log:
level: WARN
format: json