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 4edfd8d commit 791603aCopy full SHA for 791603a
.aspell.yml
@@ -32,3 +32,4 @@ allowed:
32
- ssl
33
- unix
34
- parallelize
35
+ - maxconn
documentation/annotations.md
@@ -1084,7 +1084,7 @@ Possible values:
1084
Example:
1085
1086
```yaml
1087
-pod-maxconn: 30
+pod-maxconn: "30"
1088
```
1089
1090
<p align='right'><a href='#available-annotations'>:arrow_up_small: back to top</a></p>
documentation/doc.yaml
@@ -1187,7 +1187,7 @@ annotations:
1187
- ingress
1188
- configmap
1189
version_min: "1.4"
1190
- example: ["pod-maxconn: 30"]
+ example: ['pod-maxconn: "30"']
1191
- title: proxy-protocol
1192
type: IPs or CIDRs
1193
group: proxy-protocol
0 commit comments