This commit is contained in:
parent
a5a52b15c8
commit
c0bfc09c8c
5 changed files with 21 additions and 20 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue