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

Support specifying an alternate number of replicas for cloudflared #70

Closed UnstoppableMango closed 9 months ago

UnstoppableMango commented 9 months ago

Cloudflared should support HA configurations out of the box with no extra work from the controller.

This also means it should be possible to support a DaemonSet option for cloudflared.

codecov-commenter commented 9 months ago

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (c685e37) 25.91% compared to head (1d19b9f) 25.70%.

Files Patch % Lines
pkg/controller/controlled-cloudflared-connector.go 0.00% 8 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #70 +/- ## ========================================== - Coverage 25.91% 25.70% -0.21% ========================================== Files 9 9 Lines 629 634 +5 ========================================== Hits 163 163 - Misses 456 461 +5 Partials 10 10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

STRRL commented 9 months ago

Thanks for your contribution!!! @UnstoppableMango