Kapacitor POST request fails

I have kapacitor running in kubernetes cluster on port 80 and GET requests works as expected but POST requests fail is there any knob that I have to enable in kapacitor conf?

Note: Kapacitor cli works inside the container, I can create a task etc…

Hello @manojm321

Are you saying that if you use the CLI from the Kapacitor container everything works fine, but if you point the CLI from your host to the right endpoint all the POST are not working?

If you list the created task (it is a GET) it will work but if you try to save a new task (it’s a POST) it doesn’t work.

Thanks

Ok after investigating further I think it’s a problem with my k8s cluster not kapacitor.