-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
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.
| - service: http_status:404 |
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.
Metadata
Metadata
Assignees
Labels
No labels