Page can not provide secure connection with auto https

config.yaml:
proxy:
https:
enabled: true
hosts:
- my.domain.com
letsencrypt:
contactEmail: aa@domain.com

kubectl --namespace=jhub get svc proxy-public
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
proxy-public LoadBalancer 10.245.44.224 XX.XXX.XX.XX 443:31939/TCP,80:31954/TCP 11m

kubectl logs autohttps-6b8bb6bbb9-cbfsf -n namespace
error: a container name must be specified for pod autohttps-6b8bb6bbb9-cbfsf, choose one of: [traefik secret-sync] or one of the init containers: [load-acme]

Thank you

The problem is solved with this
From URL: Traefik in the autohttps pod should reprovision on redeploy if needed · Issue #1602 · jupyterhub/zero-to-jupyterhub-k8s · GitHub
kubectl rollout restart deployment/autohttps --namespace=a-namespace