Skip to content

Commit 11ffa09

Browse files
authored
1 parent 068ec93 commit 11ffa09

File tree

1 file changed

+2
-0
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+2
-0
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ This field follows standard Kubernetes label syntax. Valid values are one of:
368368
| Protocol | Description |
369369
|----------|-------------|
370370
| `kubernetes.io/h2c` | HTTP/2 over cleartext as described in [RFC 7540](https://www.rfc-editor.org/rfc/rfc7540) |
371+
| `kubernetes.io/ws` | WebSocket over cleartext as described in [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455) |
372+
| `kubernetes.io/wss` | WebSocket over TLS as described in [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455) |
371373

372374
### Multi-port Services
373375

0 commit comments

Comments
 (0)