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.
1 parent 50a0250 commit c23d0eaCopy full SHA for c23d0ea
content/docs/reference/codec-type.mdx
@@ -45,7 +45,17 @@ CODEC_TYPE=http2
45
</TabItem>
46
<TabItem value="Kubernetes" label="Kubernetes">
47
48
-Kubernetes does not support `codec_type`.
+| **[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.
59
60
61
</Tabs>
0 commit comments