Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created March 4, 2022 14:17
Show Gist options
  • Select an option

  • Save denzhel/fcb49a6a9aa8b07880fa527649179dca to your computer and use it in GitHub Desktop.

Select an option

Save denzhel/fcb49a6a9aa8b07880fa527649179dca to your computer and use it in GitHub Desktop.
keda operator: configure http timeout

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment