gateway api v1.6.2 standard

Gateway.spec.tls.frontend.perPort

PerPort specifies tls configuration assigned per port. Per port configuration is optional. Once set this configuration overrides the default configuration for all Listeners handling HTTPS traffic that match this port. Each override port requires a unique TLS configuration. support: Core

2 fields
Gateway.spec.tls.frontend.perPort fields and descriptions
Field / TypeDescription
port
integer required

The Port indicates the Port Number to which the TLS configuration will be applied. This configuration will be applied to all Listeners handling HTTPS traffic that match this port. Support: Core

  • format: int32
  • minimum: 1
  • maximum: 65535
object required

TLS store the configuration that will be applied to all Listeners handling HTTPS traffic and matching given port. Support: Core