diff --git a/core/pkg/ingress/annotations/proxy/main.go b/core/pkg/ingress/annotations/proxy/main.go index 377ddcb5c..e31fb4ba7 100644 --- a/core/pkg/ingress/annotations/proxy/main.go +++ b/core/pkg/ingress/annotations/proxy/main.go @@ -39,7 +39,7 @@ const ( // Configuration returns the proxy timeout to use in the upstream server/s type Configuration struct { BodySize string `json:"bodySize"` - ConnectTimeout int `json:"conectTimeout"` + ConnectTimeout int `json:"connectTimeout"` SendTimeout int `json:"sendTimeout"` ReadTimeout int `json:"readTimeout"` BufferSize string `json:"bufferSize"`