The above annotations will instruct traefik to create a HTTPS-only route at /.well-known/acme-challenge/....
This won't work as the acme challenge is done with a HTTP route.
kubectl get certificate
NAME READY SECRET AGE
dex-tls False dex-tls 106m
epinio False epinio-tls 106m
epinio-registry True epinio-registry-tls 106m
minio-cert True minio-tls 106m
Expected Behavior
The annotations should be removed from the ingressTemplate.
Is there an existing issue for this?
Current Behavior
Hi, currently the following default
ClusterIssuer
will be created:The above annotations will instruct traefik to create a HTTPS-only route at
/.well-known/acme-challenge/...
. This won't work as the acme challenge is done with a HTTP route.Expected Behavior
The annotations should be removed from the ingressTemplate.
Steps To Reproduce
No response
Environment
Logs
No response
Anything else?
No response