Update role
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-02-26 00:46:31 +01:00
parent a5a52b15c8
commit c0bfc09c8c
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
5 changed files with 21 additions and 20 deletions

View file

@ -1,18 +1,16 @@
image:
tag: "{{ traefik_version }}"
#image:
# tag: "{{ traefik_version }}"
additionalArguments:
- --configFile=/etc/traefik/traefik.yaml
#podSecurityPolicy:
# enabled: true
service:
type: {{ traefik_service_type }}
{% if traefik_external_ips is defined %}
type: ClusterIP
externalIPs:
{% for external_ip in traefik_external_ips %}
- {{ external_ip }}
{% endfor %}
{% elseif %}
type: LoadBalancer
{% endif %}
ingressRoute:
dashboard: