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 %}
|
||||
providers:
|
||||
kubernetesCRD:
|
||||
ingressClass: "traefik"
|
||||
throttleDuration: 2s
|
||||
kubernetesIngress: {}
|
||||
kubernetesIngress:
|
||||
ingressClass: "traefik"
|
||||
metrics:
|
||||
prometheus:
|
||||
buckets:
|
||||
|
|
|
|||
|
|
@ -12,8 +12,10 @@ data:
|
|||
{% endfor %}
|
||||
providers:
|
||||
kubernetesCRD:
|
||||
ingressClass: "traefik"
|
||||
throttleDuration: 2s
|
||||
kubernetesIngress: {}
|
||||
kubernetesIngress:
|
||||
ingressClass: "traefik"
|
||||
metrics:
|
||||
prometheus:
|
||||
buckets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue