Force using ingressclass anotation into ingress
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
d42dcaf146
commit
a01b9619ec
2 changed files with 6 additions and 2 deletions
|
|
@ -12,8 +12,10 @@ data:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
providers:
|
providers:
|
||||||
kubernetesCRD:
|
kubernetesCRD:
|
||||||
|
ingressClass: "traefik"
|
||||||
throttleDuration: 2s
|
throttleDuration: 2s
|
||||||
kubernetesIngress: {}
|
kubernetesIngress:
|
||||||
|
ingressClass: "traefik"
|
||||||
metrics:
|
metrics:
|
||||||
prometheus:
|
prometheus:
|
||||||
buckets:
|
buckets:
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,10 @@ data:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
providers:
|
providers:
|
||||||
kubernetesCRD:
|
kubernetesCRD:
|
||||||
|
ingressClass: "traefik"
|
||||||
throttleDuration: 2s
|
throttleDuration: 2s
|
||||||
kubernetesIngress: {}
|
kubernetesIngress:
|
||||||
|
ingressClass: "traefik"
|
||||||
metrics:
|
metrics:
|
||||||
prometheus:
|
prometheus:
|
||||||
buckets:
|
buckets:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue