Hi, if i created a default tls store with defaultCertificate (the certificate is created by cert-manager)
how can i create ingressRoute without specifing tls option like this:
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: whoami-https
namespace: whoami
spec:
entryPoints:
- websecure
routes:
- match: Host(`whoami.example.com`)
kind: Rule
services:
- name: whoami
port: 80
# tls:
# secretName: wildcard-cert-prod