File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ This is autogenerated from [doc.yaml](doc.yaml). Description can be found in [ge
86
86
| [ timeout-server-fin] ( #timeouts ) | [ time] ( #time ) | | | :large_blue_circle : | :white_circle : | :white_circle : |
87
87
| [ timeout-tunnel] ( #timeouts ) | [ time] ( #time ) | "1h" | | :large_blue_circle : | :white_circle : | :white_circle : |
88
88
| [ whitelist] ( #access-control ) | IPs or CIDRs | | | :large_blue_circle : | :large_blue_circle : | :white_circle : |
89
- | [ tls-alpn] ( #https ) | string | "h2,http/1.1" | | :large_blue_circle : | :white_circle : | :white_circle : |
89
+ | [ tls-alpn] ( #https ) : construction : (dev) | string | "h2,http/1.1" | | :large_blue_circle : | :white_circle : | :white_circle : |
90
90
91
91
> :information_source : Annotations have hierarchy: ` default ` <- ` Configmap ` <- ` Ingress ` <- ` Service `
92
92
>
@@ -816,6 +816,9 @@ ssl-redirect-port: 8443
816
816
817
817
# #### `tls-alpn`
818
818
819
+
820
+ > :construction: this is only available from next version, currently available in dev build
821
+
819
822
Define the TLS ALPN extension advertisement. This will change the alpn advertisement for the https frontend when ssl is enabled.
820
823
821
824
Available on : ` configmap`
Original file line number Diff line number Diff line change @@ -1769,6 +1769,6 @@ annotations:
1769
1769
- Comma-separated list of protocol names to advertise as supported on top of ALPN
1770
1770
applies_to :
1771
1771
- configmap
1772
- version_min : " 1.6 "
1772
+ version_min : " 1.7 "
1773
1773
example :
1774
1774
- " tls-alpn: http/1.1"
You can’t perform that action at this time.
0 commit comments