13.2.12. GenericKafkaListenerConfigurationBootstrap schema reference
用于: GenericKafkaListenerConfiguration
GenericKafkaListenerConfigurationBootstrap
架构属性的完整列表
nodePort
、host
、loadBalancerIP
和 注解
属性等效的代理服务在 GenericKafkaListenerConfigurationBroker
模式中配置。
13.2.12.1. alternativeNames
您可以为 bootstrap 服务指定备用名称。名称添加到代理证书中,可用于 TLS 主机名验证。alternativeNames
属性适用于所有类型的监听程序。
使用额外 bootstrap 地址配置的外部 路由
监听程序示例
listeners: #... - name: external port: 9094 type: route tls: true authentication: type: tls configuration: bootstrap: alternativeNames: - example.hostname1 - example.hostname2 # ...