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
8686| [ timeout-server-fin] ( #timeouts ) | [ time] ( #time ) | | | :large_blue_circle : | :white_circle : | :white_circle : |
8787| [ timeout-tunnel] ( #timeouts ) | [ time] ( #time ) | "1h" | | :large_blue_circle : | :white_circle : | :white_circle : |
8888| [ 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 : |
9090
9191> :information_source : Annotations have hierarchy: ` default ` <- ` Configmap ` <- ` Ingress ` <- ` Service `
9292>
@@ -816,6 +816,9 @@ ssl-redirect-port: 8443
816816
817817# #### `tls-alpn`
818818
819+
820+ > :construction: this is only available from next version, currently available in dev build
821+
819822 Define the TLS ALPN extension advertisement. This will change the alpn advertisement for the https frontend when ssl is enabled.
820823
821824 Available on : ` configmap`
Original file line number Diff line number Diff line change @@ -1769,6 +1769,6 @@ annotations:
17691769 - Comma-separated list of protocol names to advertise as supported on top of ALPN
17701770 applies_to :
17711771 - configmap
1772- version_min : " 1.6 "
1772+ version_min : " 1.7 "
17731773 example :
17741774 - " tls-alpn: http/1.1"
You can’t perform that action at this time.
0 commit comments