STRRL / cloudflare-tunnel-ingress-controller

🚀 Expose the website directly into the internet! The Kuberntes Ingress Controller based on Cloudflare Tunnel.
MIT License
644 stars 37 forks source link

Add a value to customise cloudflared's `--protocol` flag #72

Open sportshead opened 8 months ago

sportshead commented 8 months ago

QUIC does not work in certain environments, while http2 is more reliable. A configuration value to change the --protocol flag to http2 or others would be quite helpful.

See: https://github.com/cloudflare/cloudflared/issues/617#issuecomment-1414799233

UnstoppableMango commented 8 months ago

It seems like it would be a good idea to allow passing arbitrary args to cloudflared. I took a stab at this in a branch and discovered it was kinda annoying to get a yaml list from helm into the controlled deployment.