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

Modify project #66

Closed outductor closed 9 months ago

outductor commented 9 months ago

gitignore doesn't ignore the binary with ./cloudflare-tunnel-ingress-controller and had to be cloudflare-tunnel-ingress-controller. However it also ignores the Dockerfile as it's in the directory named cloudflare-tunnel-ingress-controller.

golang.org/x/net 0.14 has HIGH vulnerability and it's fixed in 0.17.

-ldflags="-s -w" reduces the binary size about 10MB (50MB -> 40MB in image size).

outductor commented 9 months ago

@STRRL PTAL

STRRL commented 9 months ago

Thanks for your contribution! @outductor

LGTM, I would merge PR after CI passed.