Update to traefik v3
This commit is contained in:
parent
a4d8db4653
commit
0ff12a846f
3 changed files with 6 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
my_context: kubernetes
|
my_context: kubernetes
|
||||||
traefik_version: "2.10.3"
|
traefik_version: "3.0.0"
|
||||||
|
traefik_helm_chart_version: "28.0.0"
|
||||||
cluster_domain: "local"
|
cluster_domain: "local"
|
||||||
traefik_namespace: "traefik"
|
traefik_namespace: "traefik"
|
||||||
traefik_service_type: LoadBalancer
|
traefik_service_type: LoadBalancer
|
||||||
|
|
@ -22,4 +23,4 @@ basic_auth: false
|
||||||
# traefik_dashboard_certificate: wildcard-cluster
|
# traefik_dashboard_certificate: wildcard-cluster
|
||||||
|
|
||||||
crowdsec_namespace: "crowdsec"
|
crowdsec_namespace: "crowdsec"
|
||||||
crowdsec_traefik_bouncer_chart_version: "0.3.5"
|
crowdsec_traefik_bouncer_chart_version: "0.1.3"
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,7 @@
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
name: traefik
|
name: traefik
|
||||||
chart_ref: traefik/traefik
|
chart_ref: traefik/traefik
|
||||||
|
chart_version: "{{ traefik_helm_chart_version }}"
|
||||||
release_namespace: "{{ traefik_namespace }}"
|
release_namespace: "{{ traefik_namespace }}"
|
||||||
values: "{{ lookup('template', 'traefik-helm-value.yaml.j2') | from_yaml }}"
|
values: "{{ lookup('template', 'traefik-helm-value.yaml.j2') | from_yaml }}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,6 @@ data:
|
||||||
to: websecure
|
to: websecure
|
||||||
scheme: https
|
scheme: https
|
||||||
permanent: true
|
permanent: true
|
||||||
# http3:
|
|
||||||
# advertisedPort: 42
|
|
||||||
websecure:
|
websecure:
|
||||||
address: ":8443"
|
address: ":8443"
|
||||||
http:
|
http:
|
||||||
|
|
@ -107,9 +105,9 @@ data:
|
||||||
## BackendName: keep
|
## BackendName: keep
|
||||||
## BackendURL: keep
|
## BackendURL: keep
|
||||||
## FrontendName: keep
|
## FrontendName: keep
|
||||||
|
{% if traefik_hub_token is defined or traefik_ondemand is defined %}
|
||||||
experimental:
|
experimental:
|
||||||
# kubernetesGateway: true
|
# kubernetesGateway: true
|
||||||
http3: true
|
|
||||||
{% if traefik_hub_token is defined %}
|
{% if traefik_hub_token is defined %}
|
||||||
hub: true
|
hub: true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
@ -119,3 +117,4 @@ data:
|
||||||
moduleName: github.com/acouvreur/traefik-ondemand-plugin
|
moduleName: github.com/acouvreur/traefik-ondemand-plugin
|
||||||
version: v1.2.0
|
version: v1.2.0
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue