Thank you for this tutorial! I got everything set-up and working on 1st attempt with your guide. Although everything is working fine my logs are flooded with the following: "Skipping TLS sub-section: No secret name provided" namespace=default providerName=kubernetes ingress=tautulli
. If i set a secret name I get the following errors: level=error msg="Error configuring TLS: secret default/tautulli-tls does not exist" namespace=default providerName=kubernetes ingress=tautulli
. My yaml section:
ingress:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/tls-acme: "true"
labels:
ingressClassName: "traefik"
hosts:
- host: tautulli.local
paths:
- path: /
pathType: Prefix
tls:
- secretName: tautulli-tls
- hosts:
- tautulli.local