Package io.quarkus.kubernetes.deployment
Class IngressTlsConfig
java.lang.Object
io.quarkus.kubernetes.deployment.IngressTlsConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
@ConfigItem boolean enabledIf 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.
-
-
Constructor Details
-
IngressTlsConfig
public IngressTlsConfig()
-