Use helm and local provider
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d44bea3d66
commit
0e6f763db5
7 changed files with 177 additions and 90 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue