Skip to content

Commit

Permalink
fix http full dup example (#5840)
Browse files Browse the repository at this point in the history
Co-authored-by: Stavros Kontopoulos <st.kontopoulos@gmail.com>
  • Loading branch information
knative-prow-robot and skonto authored Jan 29, 2024
1 parent 91767e9 commit 41504ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/serving/services/http-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For more details on why the issue appears see [here](https://github.com/golang/g

### Configure HTTP/1 Full Duplex support

In order to enable the HTTP/1 full duplex support you can set the corresponding annotation at the service level as follows:
In order to enable the HTTP/1 full duplex support you can set the corresponding annotation at the revision spec level as follows:

!!! warning

Expand All @@ -74,11 +74,11 @@ kind: Service
metadata:
name: example-service
namespace: default
annotations:
features.knative.dev/http-full-duplex: "Enabled"
spec:
template:
spec:
annotations:
features.knative.dev/http-full-duplex: "Enabled"
...
```

0 comments on commit 41504ed

Please sign in to comment.