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 a674386 commit b2218c2Copy full SHA for b2218c2
documentation/annotations.md
@@ -1051,7 +1051,7 @@ Possible values:
1051
Example:
1052
1053
```yaml
1054
-pod-maxconn: 30
+pod-maxconn: "30"
1055
```
1056
1057
<p align='right'><a href='#available-annotations'>:arrow_up_small: back to top</a></p>
documentation/doc.yaml
@@ -1152,7 +1152,7 @@ annotations:
1152
- ingress
1153
- configmap
1154
version_min: "1.4"
1155
- example: ["pod-maxconn: 30"]
+ example: ['pod-maxconn: "30"']
1156
- title: proxy-protocol
1157
type: IPs or CIDRs
1158
group: proxy-protocol
0 commit comments