Package io.quarkus.kubernetes.deployment
Interface IngressConfig.IngressTlsConfig
- Enclosing interface:
- IngressConfig
public static interface IngressConfig.IngressTlsConfig
-
Method Summary
-
Method Details
-
enabled
boolean enabled()If true, it will use the TLS configuration in the generated Ingress resource. -
hosts
The list of hosts to be included in the TLS certificate. By default, it will use the application host.
-