adyanth / cloudflare-operator

A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources
https://adyanth.site/posts/migration-compose-k8s/cloudflare-tunnel-operator-architecture/
Apache License 2.0
355 stars 37 forks source link

feat: allow changing cloudflared protocol #100

Closed shebpamm closed 5 months ago

shebpamm commented 5 months ago

Hi @adyanth! Another configuration addition PR here for changing which protocol to use with the cloudflared tunnel, as #73 is still quite far away.

This PR introduces a new key named protocol which sets the --protocol argument of cloudflared binary. It is backwards compatible and doesn't cause any changes to existing configurations.