Package io.quarkus.kubernetes.deployment
Class RouteConfig
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.RouteConfig
-
public class RouteConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Map<String,String>annotationsCustom annotations to add to exposition (route or ingress) resources(package private) booleanexposeIf true, the service will be exposed(package private) Optional<String>hostThe host under which the application is going to be exposed(package private) StringtargetPortThe target named port.
-
Constructor Summary
Constructors Constructor Description RouteConfig()
-
-
-
Field Detail
-
expose
@ConfigItem boolean expose
If true, the service will be exposed
-
targetPort
@ConfigItem(defaultValue="http") String targetPort
The target named port. If not provided, it will be deducted from the Service resource ports. Options are: "http" and "https".
-
-