After getting these errors:
Client.Timeout exceeded while awaiting headers
I had to add the following value in Keda's Operator helm chart:
# set http timeout in milliseconds
http:
timeout: 10000
After getting these errors:
Client.Timeout exceeded while awaiting headers
I had to add the following value in Keda's Operator helm chart:
# set http timeout in milliseconds
http:
timeout: 10000