We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 068ec93 + 11ffa09 commit 22cf979Copy full SHA for 22cf979
content/en/docs/concepts/services-networking/service.md
@@ -368,6 +368,8 @@ This field follows standard Kubernetes label syntax. Valid values are one of:
368
| Protocol | Description |
369
|----------|-------------|
370
| `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) |
373
374
### Multi-port Services
375
0 commit comments