Class IngressTlsConfig


  • public class IngressTlsConfig
    extends Object
    • Field Detail

      • enabled

        @ConfigItem
        boolean enabled
        If true, it will use the TLS configuration in the generated Ingress resource.
      • hosts

        @ConfigItem
        Optional<List<String>> hosts
        The list of hosts to be included in the TLS certificate. By default, it will use the application host.
    • Constructor Detail

      • IngressTlsConfig

        public IngressTlsConfig()