-
Notifications
You must be signed in to change notification settings - Fork 67
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
Comments
implemented in #69 |
Thanks @lexfrei |
Is there any update on this being merged in? It's been a few months just waiting for one last review... |
@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 |
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 😬 |
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.
helm-charts/charts/cloudflare-tunnel/templates/configmap.yaml
Line 29 in b85225e
Below is what I do now to update value on the fly and after remove pods.
Would have been better if there was way to modify default ingress service or include that as default for ingress service map.
The text was updated successfully, but these errors were encountered: