Switch plugin traefik-on-demand by sablier
This commit is contained in:
parent
48c523ec9a
commit
62961f7e06
4 changed files with 79 additions and 36 deletions
|
|
@ -58,6 +58,19 @@ data:
|
|||
- {{ acl_whitelist }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if traefik_ondemand is defined %}
|
||||
ondemand:
|
||||
plugin:
|
||||
sablier:
|
||||
#group: default
|
||||
dynamic:
|
||||
displayName: Application is starting
|
||||
refreshFrequency: 5s
|
||||
showDetails: "true"
|
||||
theme: hacker-terminal
|
||||
sablierUrl: http://sablier:10000
|
||||
sessionDuration: 1m
|
||||
{% endif %}
|
||||
{% if basic_auth|bool %}
|
||||
basic-auth:
|
||||
basicAuth:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue