Skip to content

Commit dd0a11b

Browse files
d4nyllkahirokunn
authored andcommitted
docs: fix typo ScaledHTTPObject -> HTTPScaledObject (kedacore#1071)
Signed-off-by: Daniel Li <[email protected]>
1 parent a31ca50 commit dd0a11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The HTTP Add-on is highly modular and, as expected, builds on top of KEDA core. Below are some additional components:
44

5-
- **Operator** - watches for `ScaledHTTPObject` CRD resources and creates necessary backing Kubernetes resources (e.g. `Deployment`s, `Service`s, `ScaledObject`s, and so forth)
5+
- **Operator** - watches for `HTTPScaledObject` CRD resources and creates necessary backing Kubernetes resources (e.g. `Deployment`s, `Service`s, `ScaledObject`s, and so forth)
66
- **Scaler** - communicates scaling-related metrics to KEDA. By default, the operator will install this for you as necessary.
77
- **Interceptor** - a cluster-internal proxy that proxies incoming HTTP requests, communicating HTTP queue size metrics to the scaler, and holding requests in a temporary request queue when there are not yet any available app `Pod`s ready to serve. By default, the operator will install this for you as necessary.
88
>There is [pending work](https://github.com/kedacore/http-add-on/issues/354) that may eventually make this component optional.

0 commit comments

Comments
 (0)