Class IngressTlsConfig

java.lang.Object
io.quarkus.kubernetes.deployment.IngressTlsConfig

public class IngressTlsConfig extends Object
  • Field Details

    • 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 Details

    • IngressTlsConfig

      public IngressTlsConfig()