Skip to content

Commit c23d0ea

Browse files
authored
add codec type to k8s (#1734)
* add codec type to k8s * Delete content/docs/capabilities/udp/examples/tftp.mdx
1 parent 50a0250 commit c23d0ea

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

content/docs/reference/codec-type.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,17 @@ CODEC_TYPE=http2
4545
</TabItem>
4646
<TabItem value="Kubernetes" label="Kubernetes">
4747

48-
Kubernetes does not support `codec_type`.
48+
| **[Parameter name](/docs/k8s/reference#spec)** | **Type** | **Usage** | **Default** |
49+
| :-- | :-- | :-- | :-- |
50+
| `codecType` | `string` | **optional** | `auto` |
51+
52+
### Examples
53+
54+
```yaml
55+
codecType: http2
56+
```
57+
58+
See [Kubernetes - Global Configuration](/docs/k8s/configure) for more information.
4959
5060
</TabItem>
5161
</Tabs>

0 commit comments

Comments
 (0)