Skip to content

Commit 84d97e4

Browse files
authored
fixing targetPendingRequests in the HTTPScaledObject v0.2.0 documentation (#372)
Signed-off-by: Aaron Schlesinger <[email protected]>
1 parent 752fce2 commit 84d97e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/v0.2.0/http_scaled_object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ metadata:
1111
name: xkcd
1212
spec:
1313
host: "myhost.com"
14+
targetPendingRequests: 100
1415
scaleTargetRef:
1516
deployment: xkcd
1617
service: xkcd
1718
port: 8080
18-
targetPendingRequests: 100
1919
```
2020
2121
This document is a narrated reference guide for the `HTTPScaledObject`, and we'll focus on the `spec` field.

0 commit comments

Comments
 (0)