cloudflare / cloudflare-ingress-controller

A Kubernetes ingress controller for Cloudflare's Argo Tunnels
Apache License 2.0
364 stars 55 forks source link

redirect to https #171

Open mabunixda opened 4 years ago

mabunixda commented 4 years ago

I wanted to enable following annotations without success

ingress.kubernetes.io/allow-http
ingress.kubernetes.io/ssl-redirect

I want to achieve that all traffic is redirect to https and http is not allowed.

Are there any plans to support these settings/annotations?