mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
IngressTLS: allow secretName to be blank for SNI routing
This commit is contained in:
@@ -8291,7 +8291,7 @@
|
||||
"items": {
|
||||
"$ref": "v1beta1.IngressTLS"
|
||||
},
|
||||
"description": "TLS configuration. Currently the Ingress only supports a single TLS port, 443, and assumes TLS termination. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension."
|
||||
"description": "TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI."
|
||||
},
|
||||
"rules": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user