Fix a bug and add TLS configuration support

This commit is contained in:
Adrien Reslinger 2020-01-21 20:25:48 +01:00
parent 206f44c362
commit 7dff2ffc7b
7 changed files with 96 additions and 5 deletions

View file

@ -21,6 +21,9 @@ spec:
# (optional) Priority disambiguates rules of the same length, for route matching.
priority: 12
middlewares:
{% if ingress_whitelist is defined %}
- name: traefik-ipwhitelist
{% endif %}
- name: https-only
services:
- name: traefik-dashboard