Traefik-hub deployment
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
7ced7add47
commit
e76a31ffeb
3 changed files with 54 additions and 6 deletions
|
|
@ -35,6 +35,14 @@ data:
|
|||
# - crowdsec-bouncer@file
|
||||
traefik:
|
||||
address: ":9000/tcp"
|
||||
metrics:
|
||||
address: ":9100/tcp"
|
||||
{% if traefik_hub_token is defined %}
|
||||
traefikhub-api:
|
||||
address: ":9900"
|
||||
traefikhub-tunl:
|
||||
address: ":9901"
|
||||
{% endif%}
|
||||
{% for traefik_entrypoint in traefik_entrypoints %}
|
||||
{{ traefik_entrypoint.name }}:
|
||||
address: :{{ traefik_entrypoint.port }}
|
||||
|
|
@ -62,14 +70,18 @@ data:
|
|||
watch: true
|
||||
metrics:
|
||||
prometheus:
|
||||
entryPoint: traefik
|
||||
entryPoint: metrics
|
||||
addRoutersLabels: true
|
||||
ping:
|
||||
entryPoint: traefik
|
||||
api:
|
||||
dashboard: true
|
||||
{% if traefik_hub_token is defined %}
|
||||
hub: {}
|
||||
{% endif %}
|
||||
log:
|
||||
level: WARN
|
||||
format: json
|
||||
level: ERROR
|
||||
# format: json
|
||||
accessLog: {}
|
||||
#accessLog:
|
||||
# filePath: "/var/log/traefik/access.log"
|
||||
|
|
@ -81,3 +93,9 @@ data:
|
|||
## BackendName: keep
|
||||
## BackendURL: keep
|
||||
## FrontendName: keep
|
||||
experimental:
|
||||
# kubernetesGateway: true
|
||||
http3: true
|
||||
{% if traefik_hub_token is defined %}
|
||||
hub: true
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue