Big update af the role
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
10f4eb6ef0
commit
d97acb68b0
14 changed files with 156 additions and 246 deletions
|
|
@ -24,12 +24,12 @@ spec:
|
|||
{% if basic_auth is defined or ingress_whitelist is defined %}
|
||||
middlewares:
|
||||
{% if ingress_whitelist is defined %}
|
||||
- name: traefik-ipwhitelist
|
||||
namespace: {{ traefik_namespace }}
|
||||
- name: traefik-ipwhitelist@file
|
||||
# namespace: {{ traefik_namespace }}
|
||||
{% endif %}
|
||||
{% if basic_auth is defined %}
|
||||
- name: basic-auth
|
||||
namespace: {{ traefik_namespace }}
|
||||
- name: basic-auth@file
|
||||
# namespace: {{ traefik_namespace }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
services:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue