Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable default ingress service http_status:400 #70

Open
juliusiqbal opened this issue Mar 24, 2024 · 5 comments
Open

Configurable default ingress service http_status:400 #70

juliusiqbal opened this issue Mar 24, 2024 · 5 comments

Comments

@juliusiqbal
Copy link

juliusiqbal commented Mar 24, 2024

I was trying to use my own ingress service instead of http_status:400. There is no way to do that with current implementation. Either add default service wtih ingress map or separate variable to change or modify.

Below is what I do now to update value on the fly and after remove pods.

kubectl get cm/cloudflare-tunnel -n cloudflare-tunnel -o yaml |
        sed 's/http_status:404/http:\/\/nginx-ingress-controller.nginx-ingress.svc.cluster.local.:80/g' |
        kubectl apply -f -

kubectl -n cloudflare-tunnel delete pods --all

Would have been better if there was way to modify default ingress service or include that as default for ingress service map.

@lexfrei
Copy link

lexfrei commented Apr 1, 2024

implemented in #69
currently, you can use it from my repo: https://lexfrei.github.io/charts

@juliusiqbal
Copy link
Author

Thanks @lexfrei

@NeuronButter
Copy link

Is there any update on this being merged in? It's been a few months just waiting for one last review...

@lexfrei
Copy link

lexfrei commented Oct 19, 2024

@NeuronButter this repo looks abandoned. You can use it from my repo as mentioned above. Here is the argo-cd installation example https://github.com/lexfrei/k8s/blob/4b7c1e11c38eb63bbad1c871dc445fd58c561a7c/argocd/infra/cloudflared.yaml

@NeuronButter
Copy link

Yeah seems like there are also a few people (myself included) who would be willing to keep it going but we seem to be at the graces of CF employees with free time 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants